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
- Automaton implementations for finite state transducers.
- map
- Map operations implemented by finite state transducers.
- raw
- Operations on raw finite state transducers.
Structs§
- Regex
- A regular expression for searching FSTs with Unicode support.
Enums§
- Error
- An error that encapsulates all possible errors in this crate.
Traits§
- Into
Streamer - IntoStreamer describes types that can be converted to streams.
- Streamer
- Streamer describes a “streaming iterator.”
Type Aliases§
- Result
- A
Result
type alias for this crate’sError
type.