Docs.rs
rc-hashmap-0.1.0
rc-hashmap 0.1.0
Permalink
Docs.rs crate page
Apache-2.0
Links
crates.io
Source
Owners
yonch
Dependencies
getrandom ^0.2
normal
optional
hashbrown ^0.16
normal
slotmap ^1
normal
wyhash ^0.6.0
normal
optional
xxhash-rust ^0.8.12
normal
optional
criterion ^0.7
dev
proptest ^1
dev
rand_core ^0.6
dev
rand_pcg ^0.3
dev
Versions
31.34%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module counted_hash_map
rc_
hashmap
0.1.0
Module counted_
hash_
map
Module Items
Structs
Enums
In crate rc_
hashmap
rc_hashmap
Module
counted_
hash_
map
Copy item path
Source
Expand description
CountedHashMap: per-entry reference counting atop HandleHashMap using tokens.
Structs
§
Counted
Counted
Handle
Counted
Hash
Map
Enums
§
PutResult
Result of returning a token; indicates whether the entry was removed.