http_type/dash_map_xx_hash3_64/
type.rs

1use crate::*;
2
3pub type DashMapXxHash3_64<K, V> = DashMap<K, V, BuildHasherDefault<XxHash3_64>>;