typedmap 0.1.0

A hash map (dash map). A type of value is defined by trait implemented on key type
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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.0"