inohashmap 0.3.0

fast and efficient insert only string hashmap
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"

[[package]]
name = "inohashmap"
version = "0.3.0"
dependencies = [
 "fnv",
 "vint32",
]

[[package]]
name = "vint32"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e06aba3a2ee2d2f61b3db9e2ed9f47134b1a579e5b3650470b94540b4ece1da5"