[][src]Module rustfst::fst_impls

Implementation of the wFST traits with different data structures.

Structs

ConstFst

Immutable FST whose states and trs each implemented by single arrays,

VectorFst

Simple concrete, mutable FST whose states and trs are stored in standard vectors.