Expand description
The foldhash implementation optimized for quality.
Structsยง
- Fixed
State  - A 
BuildHasherforquality::FoldHasherthat always has the same fixed seed. - Fold
Hasher  - A 
Hasherinstance implementing foldhash, optimized for quality. - Random
State  - A 
BuildHasherforquality::FoldHasherthat is randomly initialized. - Seedable
Random State  - A 
BuildHasherforquality::FoldHasherthat is randomly initialized by default, but can also be initialized with a specific seed.