Python bindings for Tantivy the full-text search engine library written in Rust.
The bindings can be installed using from pypi using pip:
pip install tantivy
If no binary wheel is present for your operating system the bindings will be build from source, this means that Rust needs to be installed before building can succeed.
Please see the documentation for more information.