Type Definition git_hashtable::HashMap
source · pub type HashMap<K, V> = HashMap<K, V, Builder>;
Expand description
A HashMap for usage with keys that are already robust hashes (like an ObjectId
).
The first 8
bytes of the hash are used as the HashMap
hash