qp-trie 0.2.0

An idiomatic and fast QP-trie implementation in pure Rust, written with an emphasis on safety.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "qp-trie"
version = "0.2.0"
authors = ["Sean Leffler <sean@errno.com>"]
description = "An idiomatic and fast QP-trie implementation in pure Rust, written with an emphasis on safety."
homepage = "https://github.com/sdleffler/qp-trie-rs"
documentation = "https://docs.rs/qp-trie"
readme = "README.md"
keywords = ["trie", "radix", "map", "key", "value"]
categories = ["data-structures", "text-processing", "rust-patterns"]
license = "MPL-2.0"
repository = "https://github.com/sdleffler/qp-trie-rs"
[dependencies.unreachable]
version = "1.0.0"

[dependencies.debug_unreachable]
version = "0.1.1"
[dev-dependencies.rand]
version = "0.3.15"

[dev-dependencies.qptrie]
version = "0.2.2"

[dev-dependencies.quickcheck]
version = "0.4.1"
[badges.travis-ci]
branch = "master"
repository = "sdleffler/qp-trie-rs"