Docs.rs
rayon-hash-0.5.0
rayon-hash 0.5.0
Permalink
Docs.rs crate page
Apache-2.0/MIT
Links
Repository
crates.io
Source
Owners
nikomatsakis
cuviper
Dependencies
rayon ^1.0
normal
hashbrown ^0.3.0
dev
rand ^0.6
dev
rand_xorshift ^0.1
dev
Versions
80.56%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rayon_
hash
0.5.0
All Items
Crate Items
Re-exports
Modules
Crate
rayon_hash
Copy item path
Source
Re-exports
§
pub use self::hash_map::
HashMap
;
pub use self::hash_set::
HashSet
;
Modules
§
hash_
map
A hash map implemented with linear probing and Robin Hood bucket stealing.
hash_
set
A hash set implemented as a
HashMap
where the value is
()
.