Crate permissive_search

Source
Expand description

§Get your search bar right.

permissive-search provides a set of utilities for implementing search interfaces. Check out the examples in the repo.

Modules§

lookalikes
Functions that return iterators over similar characters.

Structs§

SearchTree
A tree that associates a string key with an usize index.
Searcher
Storage for the state of a search through a SearchTree.