chashmap 2.2.2

Fast, concurrent hash maps with extensive API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.owning_ref]
version = "0.3"

[dependencies.parking_lot]
version = "0.4"

[package]
authors = ["ticki <Ticki@users.noreply.github.com>"]
description = "Fast, concurrent hash maps with extensive API."
documentation = "https://docs.rs/chashmap"
exclude = ["target", "Cargo.lock"]
keywords = ["hashmap", "concurrent", "parking_lot", "lock", "map"]
license = "MIT"
name = "chashmap"
repository = "https://gitlab.redox-os.org/redox-os/chashmap"
version = "2.2.2"