inohashmap 0.3.0

fast and efficient insert only string hashmap
Documentation
[dependencies.vint32]
version = "0.1.0"

[dev-dependencies.fnv]
version = "1.0.7"

[package]
authors = ["Pascal Seitz <pascal.seitz@gmail.com>"]
description = "fast and efficient insert only string hashmap"
edition = "2018"
include = ["src/**/*", "LICENSE", "README.md"]
keywords = ["hashmap", "string", "hash", "fnv", "compact"]
license = "MIT"
name = "inohashmap"
version = "0.3.0"

[profile.bench]
codegen-units = 1
debug = true

[profile.release]
codegen-units = 1
debug = true