http_type/hash_map/
type.rs

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