fst
fst copied to clipboard
[Documentation] Fix references to the `memmap` crate in documentation so that
(This is mostly a TODO for me, unless someone else would like to follow up on it.)
-
[ ] Currently, there are places in the documentation that reference the
memmap
crate, for example here (where the link also is broken). Given thatfst
now usesmemmap2
, these references should be updated. Furthermore, note the RustSec advisory aroundmemmap
. Therefore, examples that usememmap
should also be updated to usememmap2
. -
[ ] Highlight whether or not
OpBuilder
provides the ability to efficiently merge/split existingFst
s versus simply rebuilding theFst
from scratch. Update:OpBuilder
[does not "fuse"] existing, lexicographically disjoint FSTs together.