typedmap 0.1.1

A hash map (dash map). A type of value is defined by trait implemented on key type
Documentation
[dependencies.dashmap]
optional = true
version = "4.0"

[package]
authors = ["Konrad Gołuchowski <kodieg@gmail.com>"]
categories = ["data-structures", "concurrency"]
description = "A hash map (dash map). A type of value is defined by trait implemented on key type"
edition = "2018"
keywords = ["hashmap", "typed", "dashmap", "anymap", "typemap"]
license = "MIT OR Apache-2.0"
name = "typedmap"
readme = "README.md"
repository = "https://github.com/kodieg/typedmap/"
version = "0.1.1"
[package.metadata.docs.rs]
all-features = true