[dependencies.hashbrown]
optional = true
version = "0.6"
[dependencies.serde]
optional = true
version = "1.0"
[dev-dependencies.serde_cbor]
version = "0.9"
[features]
default = ["no_std"]
map_get_key_value = []
no_std = ["hashbrown"]
[package]
authors = ["Dynisious <daniel.bechaz@gmail.com>"]
description = "Defines a wrapper around a `HashMap` of number values which behaves as if **ALL** keys are mapped but `0` values are not stored."
edition = "2018"
keywords = ["number", "num", "hashmap"]
license = "0BSD"
name = "nummap"
readme = "README.md"
repository = "https://github.com/Dynisious/nummap"
version = "0.5.1"