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