trie 0.1.0

An ordered map and set based on a trie.
docs.rs failed to build trie-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: trie-0.2.1

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;