[go: up one dir, main page]

ordermap 0.2.10

A hash table with consistent order and fast iteration.
Documentation
[package]
name = "ordermap"
version = "0.2.10"
authors = ["bluss"]
documentation = "https://docs.rs/ordermap/"
repository = "https://github.com/bluss/ordermap"
license = "Apache-2.0/MIT"
description = "A hash table with consistent order and fast iteration."

[lib]
bench = false

[dependencies]

[dev-dependencies]
itertools = "0.5.1"
rand = "0.3"
quickcheck = { version = "0.4", default-features = false }
fnv = "1.0"
lazy_static = "0.2"

[features]
# for testing only, of course
test_low_transition_point = []
test_debug = []

[profile.bench]
debug = true

[package.metadata.release]
no-dev-version = true