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:
trie
Cargo.toml
toml [dependencies] trie = "*"
and this to the crate root:
rust extern crate trie;