simsearch
A small in-memory fuzzy search index for embedded autocomplete and search suggestions.
Documentation
Usage
Add the following to your Cargo.toml:
[]
= "0.4"
Example
use Index;
let mut engine: = new;
engine.insert;
engine.insert;
engine.insert;
let results = engine.search;
assert_eq!;
assert!;
You can also try the interactive demo:
Contributing
Contributions are welcome.
- Issues. Open an issue if you find a typo, hit a bug, or have a question.
- Pull requests. New collections, implementation improvements, tests, documentation, and typo fixes are welcome.
License
Licensed under the MIT license (LICENSE or http://opensource.org/licenses/MIT).