Structs§
- Noop
U64Build Hasher - A
BuildHasherimplementation forNoopU64Hasher. - Noop
U64Hasher - A no-op hasher that writes
u64values 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
FastBuildHasherinstance. - get_
fast_ hasher - Returns a
FastHasherinstance 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 BuildHasherimplementation forFastHasher.- Fast
Hasher - A fast, non-cryptographic hash implementation that is optimized for quality.