waitmap 1.0.2

an awaitable concurrent hash map
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.dashmap]
version = "3.7.0"

[dependencies.smallvec]
version = "1.2.0"
[dev-dependencies.async-std]
features = ["unstable"]
version = "1.5.0"

[package]
authors = ["Without Boats <woboats@gmail.com>"]
description = "an awaitable concurrent hash map"
documentation = "https://docs.rs/waitmap"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "waitmap"
repository = "https://github.com/withoutboats/waitmap"
version = "1.0.2"