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

[dependencies]
parking_lot = "0.4"
owning_ref = "0.3"