Module quality
The foldhash implementation optimized for quality.
Structs
-
FixedState
A
BuildHasherforquality::FoldHasherthat always has the same fixed seed. -
FoldHasher
A
Hasherinstance implementing foldhash, optimized for quality. -
RandomState
A
BuildHasherforquality::FoldHasherthat is randomly initialized. -
SeedableRandomState
A
BuildHasherforquality::FoldHasherthat is randomly initialized by default, but can also be initialized with a specific seed.