http_type/dash_map/
type.rs

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