7 unstable releases
Uses new Rust 2024
| 0.3.0 | Mar 2, 2026 |
|---|---|
| 0.2.1 | May 21, 2020 |
| 0.2.0 | Jan 30, 2018 |
| 0.1.0 | Jul 20, 2015 |
| 0.0.3 | Mar 26, 2015 |
#1222 in Data structures
90KB
2K
SLoC
An ordered map and set based on a trie.
WORK IN PROGRESS.
Meant to be: Highly general and customizable.
You can see the documentation here: https://docs.rs/trie/latest/trie/.
To use trie, add this to Cargo.toml:
[dependencies]
trie = "0.3"