twizzler/collections/hachage/
mod.rs

1pub type DefaultHashBuilder = ahash::RandomState;
2
3pub mod raw;
4mod control;
5mod benches;
6pub mod map;
7
8pub use map::{PersistentHashMap, PHMsession};