Module quality

Expand description

The foldhash implementation optimized for quality.

Structs§

FixedState
A BuildHasher for quality::FoldHasher that always has the same fixed seed.
FoldHasher
A Hasher instance implementing foldhash, optimized for quality.
RandomState
A BuildHasher for quality::FoldHasher that is randomly initialized.
SeedableRandomState
A BuildHasher for quality::FoldHasher that is randomly initialized by default, but can also be initialized with a specific seed.