furze 0.0.3

finite state transducers (fst) writen in rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod builder;
mod bytes;
mod decoder;
mod encoder;
mod error;
mod fst;
mod state;

pub use builder::Builder;

pub use fst::FST;