rustfst 0.3.0

Library for constructing, combining, optimizing, and searching weighted finite-state transducers (FSTs).
Documentation
1
2
3
4
5
macro_rules! rel_to_abs_path {
    ($filename: expr) => {
        PathBuf::from(file!()).parent().unwrap().join($filename)
    };
}