Crate tantivy_fst
source ·Expand description
This is a fork over Andrew Gallant fst
crate.
Parts of this crate were retrofitted from a PR by Clément Renault
https://github.com/BurntSushi/fst/pull/61
Re-exports
pub use crate::automaton::Automaton;
pub use crate::map::Chain;
pub use crate::map::Map;
pub use crate::map::MapBuilder;
Modules
- Automaton implementations for finite state transducers.
- Map operations implemented by finite state transducers.
- Operations on raw finite state transducers.
Structs
- A regular expression for searching FSTs with Unicode support.
Enums
- An error that encapsulates all possible errors in this crate.
Traits
- IntoStreamer describes types that can be converted to streams.
- Streamer describes a “streaming iterator.”
Type Aliases
- A
Result
type alias for this crate’sError
type.