Expand description
Structs§
- Hasher
Build Default core
Create a defaultHasherBuild
instance forT:
Hasher
+
Default
types.- Hasher
Fnv hash
andcast
- A Fowler–Noll–Vo hasher, implemented for u32, u64, u128 & usize.
- Hasher
Fx - A hashing algorithm used in the Rustc compiler, implemented for u32, u64 & usize.
- Hasher
Pengy hash
- A fast 64-bit non-cryptographic hash algorithm.
- Random
State std
std
The default state forHashMapStd
.
Traits§
- Hash
core
A hashable type.- Hasher
core
A trait for hashing an arbitrary stream of bytes.- Hasher
Build core
A trait for creating instances ofHasher
.
Type Aliases§
- Hasher
Build Fnv hash
andcast
- A builder for default Fnv hashers.
- Hasher
Build Fx - A builder for default Fx hashers.
Derive Macros§
- Hash
core
Derive macro generating an impl of the traitHash
.