Docs.rs
ahash-0.8.2
ahash 0.8.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
tkaitchuck
Dependencies
atomic-polyfill ^1.0.1
normal
cfg-if ^1.0
normal
const-random ^0.1.12
normal
getrandom ^0.2.7
normal
serde ^1.0.117
normal
criterion ^0.3.2
dev
fnv ^1.0.5
dev
fxhash ^0.2.1
dev
hashbrown ^0.12.3
dev
hex ^0.4.2
dev
no-panic ^0.1.10
dev
rand ^0.8.5
dev
seahash ^4.0
dev
serde_json ^1.0.59
dev
version_check ^0.9.4
build
once_cell ^1.13.1
normal
Versions
89.47%
of the crate is documented
This release has been yanked, go to latest version
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
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
☰
HashSet
In ahash
?
Type Definition
ahash
::
HashSet
source
·
[
−
]
pub type HashSet<K> =
HashSet
<K,
RandomState
>;
Expand description
Type alias for
HashSet
<K, ahash::RandomState>