Module rustfst::fst_impls

source ·
Expand description

Implementation of the wFST traits with different data structures.

Structs§

  • Immutable FST whose states and trs each implemented by single arrays,
  • Simple concrete, mutable FST whose states and trs are stored in standard vectors.