pub type DefaultHasher = BuildHasherDefault<XxHash64>;
Expand description
The default hasher for foyer.
It is guaranteed that the hash results of the same key are the same across different runs.
Aliased Typeยง
pub struct DefaultHasher(/* private fields */);