nummap 0.3.3

Defines a wrapper around a `HashMap` of number values which behaves as if **ALL** keys are mapped but `0` values are not stored.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "nummap"
version = "0.3.3"
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."
readme = "README.md"
keywords = ["number", "num", "hashmap"]
license = "0BSD"
repository = "https://github.com/Dynisious/nummap"

[dependencies]

[features]
map_get_key_value = []