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 |
#687 in Algorithms
244 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