5 releases
| 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 |
#1241 in Text processing
104 downloads per month
36KB
824 lines
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.
Dependencies
~170KB