This module implements a mutable Fst using std::vec::Vec, interior mutability (RefCell) and reference counted pointers (Rc) See the source file main_wfst.rs for simple examples of intended use.
Fst
std::vec::Vec
RefCell
Rc
main_wfst.rs