rustfst-v0.11.1
What's Changed
- Allow
str
when reading or writing an Fst in Python by @Garvys in #196 - Python doc of
StringPath
andStringPathsIterator
by @Garvys in #197 - Clippy fixes by @Garvys in #195
- Fix SymbolTable(s) forwarding by @Garvys in #198
- Clippy by @Garvys in #199
- Fix typing :
VectorFst.read() -> VectorFst
!=Fst
by @Garvys in #200 - Add
to_bytes
andfrom_bytes
forVectorFst
in the Python binding by @Garvys in #201
Full Changelog: rustfst-v0.11.0...rustfst-v0.11.1