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"
For self-hosted knots, clone URLs may differ based on your setup.
Download tar.gzAn 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"