Module hash

Source

Structs§

BuildHasherDefault
Used to create a default BuildHasher instance for types that implement Hasher and Default.
SipHasherDeprecated
An implementation of SipHash 2-4.

Traits§

BuildHasher
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.