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:
[]
= "0.3"
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"