Fast Trie
A memory efficient trie library written entirely in Rust.
Features
string: Enables an optimisedStringTrietype that can be used to create string-based trie structures.serde: Enables serde serialization and deserialization support.
A memory efficient trie library written entirely in Rust.
string: Enables an optimised StringTrie type that can be used to create
string-based trie structures.serde: Enables serde serialization and deserialization support.