Expand description
Structs§
- Hasher
Fnv hash
andcast
A Fowler–Noll–Vo hasher. - Hasher
Fx hash
This hashing algorithm was extracted from the Rustc compiler. - Hasher
Pengy hash
A fast 64-bit non-cryptographic hash algorithm - Random
State std
std
The default state forHashMapStd
.
Traits§
core
A hashable type.core
A trait for hashing an arbitrary stream of bytes.core
A trait for creating instances ofHasher
.
Type Aliases§
- Hasher
Build Fnv hash
andcast
A builder for default Fnv hashers. - Hasher
Build Fx hash
A builder for default Fx hashers.
Derive Macros§
core
Derive macro generating an impl of the traitHash
.