[go: up one dir, main page]

chashmap 2.1.0

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

[dependencies]
parking_lot = "0"
owning_ref = "0"