Expand description
This module exists to isolate RandomState
and DefaultHasher
outside of the
collections
module without actually publicly exporting them, so that parts of that
implementation can more easily be moved to the alloc
crate.
Although its items are public and contain stability attributes, they can’t actually be accessed outside this crate.
Structs§
- Default
Hasher - The default
Hasher
used byRandomState
. - Random
State RandomState
is the default state forHashMap
types.