Structs§
- Noop
U64Build Hasher - A
BuildHasher
implementation forNoopU64Hasher
. - Noop
U64Hasher - A no-op hasher that writes
u64
values directly to the internal state. - Stable
Hasher - A non-cryptographic hash implementation that is meant to be stable over time.
Functions§
- get_
fast_ build_ hasher - Returns a fresh
FastBuildHasher
instance. - get_
fast_ hasher - Returns a
FastHasher
instance backed by a shared, global state. - hash_
single_ fast - Hashes a single value using the “fast” hash implementation, and returns the 64-bit hash value.
- hash_
single_ stable - Hashes a single value using the “stable” hash implementation, and returns the 64-bit hash value.
Type Aliases§
- Fast
Build Hasher BuildHasher
implementation forFastHasher
.- Fast
Hasher - A fast, non-cryptographic hash implementation that is optimized for quality.