5 releases
new 0.1.4 | Jan 28, 2025 |
---|---|
0.1.3 | Jan 28, 2025 |
0.1.2 | Jan 28, 2025 |
0.1.1 | Jan 27, 2025 |
0.1.0 | Jan 26, 2025 |
#616 in Algorithms
129 downloads per month
36KB
824 lines
Fast Trie
A memory efficient trie library written entirely in Rust.
Features
string
: Enables an optimisedStringTrie
type that can be used to create string-based trie structures.serde
: Enables serde serialization and deserialization support.
Dependencies
~160KB