rustfst-v0.7.1
What's Changed
- Clippy improvements by @Garvys in #131
- Make
acceptor_minimize
public by @hdlj in #133 - Implement convertion between Vec and TrsVec by @hdlj in #135
- Make
from_op_and_cache
function onLazyFst
andLazyFst2
public by @hdlj in #136 - Make
QuantizeMapper
configurable by @hdlj in #137 - Extend the CacheStatus API by @hdlj in #138
- Implementation of some traits for their
Deref
counterparts. by @hdlj in #139 - Extend prelude re-export by @hdlj in #140
- Fix RmEpsilon by @Garvys in #134
- Make
NO_LABEL
andNO_STATE_ID
public by @hdlj in #143 - Fix determinize by @Garvys in #144
- Make proptest FST public by @hdlj in #141
- use borrow to make deterministic generic over fst pointer type by @kali in #142
- Allow Composition of Lazy Fsts by @Garvys in #145
- ComposeFst clonable if possible by @Garvys in #146
- Compose borrow by @kali in #148
- revisit proptest a bit, add timeout and correctness tests on minimize by @kali in #149
- Optimize + several fixes by @Garvys in #150
- default symtable should have epsilon by @kali in #151
- SymbolTable improvements by @Garvys in #152
Full Changelog: rustfst-v0.6.3...rustfst-v0.7.1