trie 0.2.1

An ordered map and set based on a trie.
Documentation
[dependencies.ordered_iter]
optional = true
version = "0.1.2"
[dev-dependencies.rand]
version = "0.4.2"

[features]
default = ["ordered_iter"]

[package]
authors = ["Alexis Beingessner <a.beingessner@gmail.com>", "Andrew Paseltiner <apaseltiner@gmail.com>"]
description = "An ordered map and set based on a trie."
documentation = "https://contain-rs.github.io/trie/trie"
edition = "2018"
homepage = "https://github.com/contain-rs/trie"
keywords = ["data-structures"]
license = "MIT/Apache-2.0"
name = "trie"
readme = "README.md"
repository = "https://github.com/contain-rs/trie"
version = "0.2.1"