[−][src]Crate tantivy_fst
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
Modules
automaton | Automaton implementations for finite state transducers. |
map | Map operations implemented by finite state transducers. |
raw | Operations on raw finite state transducers. |
Structs
Map | Map is a lexicographically ordered map from byte strings to integers. |
MapBuilder | A builder for creating a map. |
Regex | A regular expression for searching FSTs with Unicode support. |
Enums
Error | An error that encapsulates all possible errors in this crate. |
Traits
Automaton | Automaton describes types that behave as a finite automaton. |
IntoStreamer | IntoStreamer describes types that can be converted to streams. |
Streamer | Streamer describes a "streaming iterator." |
Type Definitions
Result | A |