1 2 3 4 5
#[cfg(feature = "rapidhash")] pub type DefaultBuildHasher = rapidhash::fast::RandomState; #[cfg(not(feature = "rapidhash"))] pub type DefaultBuildHasher = std::hash::RandomState;