wfst

Module wfst_vec

Source
Expand description

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.

Structsยง