An ordered map and set based on a trie.
Documentation is available at https://contain-rs.github.io/trie/trie.
To use trie
with Cargo, add this to Cargo.toml
:
[dependencies]
trie = "*"
and this to the crate root:
extern crate trie;
An ordered map and set based on a trie.
Documentation is available at https://contain-rs.github.io/trie/trie.
To use trie
with Cargo, add this to Cargo.toml
:
[dependencies]
trie = "*"
and this to the crate root:
extern crate trie;