linked-hash-map 0.5.6

A HashMap wrapper that holds key-value pairs in insertion order
Documentation
[dependencies.heapsize]
optional = true
version = "0.4"

[dependencies.serde]
optional = true
version = "1.0"
[dev-dependencies.serde_test]
version = "1.0"

[features]
heapsize_impl = ["heapsize"]
nightly = []
serde_impl = ["serde"]

[package]
authors = ["Stepan Koltsov <stepan.koltsov@gmail.com>", "Andrew Paseltiner <apaseltiner@gmail.com>"]
description = "A HashMap wrapper that holds key-value pairs in insertion order"
documentation = "https://docs.rs/linked-hash-map"
exclude = [".github", "src/tests"]
homepage = "https://github.com/contain-rs/linked-hash-map"
keywords = ["data-structures"]
license = "MIT/Apache-2.0"
name = "linked-hash-map"
readme = "README.md"
repository = "https://github.com/contain-rs/linked-hash-map"
version = "0.5.6"