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

Modules

Automaton implementations for finite state transducers.
Map operations implemented by finite state transducers.
Operations on raw finite state transducers.

Structs

A stream of set union over multiple map streams in lexicographic order.
Map is a lexicographically ordered map from byte strings to integers.
A builder for creating a map.
A regular expression for searching FSTs with Unicode support.

Enums

An error that encapsulates all possible errors in this crate.

Traits

Automaton describes types that behave as a finite automaton.
IntoStreamer describes types that can be converted to streams.
Streamer describes a “streaming iterator.”

Type Definitions

A Result type alias for this crate’s Error type.