Docs.rs
concurrent_open_map-0.1.0
concurrent_open_map 0.1.0
Permalink
Docs.rs crate page
GPL-3.0
Links
Homepage
Repository
crates.io
Source
Owners
nnsgmsone
Dependencies
num_cpus ^1.16.0
normal
parking_lot ^0.12.3
normal
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
concurrent_
open_
map
0.1.0
All Items
Crate Items
Structs
Crate
concurrent_open_map
Copy item path
Source
Expand description
Golang like sync.Map
Structs
ยง
Map
A concurrent map, Map is like sync.Map in Golang.