Structs§
- Build
Hasher Default - Used to create a default
BuildHasher
instance for types that implementHasher
andDefault
. - SipHasher
Deprecated - An implementation of SipHash 2-4.
Traits§
- Build
Hasher - A trait for creating instances of
Hasher
. - Hash
- A hashable type.
- Hasher
- A trait for hashing an arbitrary stream of bytes.
Derive Macros§
- Hash
- Derive macro generating an impl of the trait
Hash
.