Module rkyv::collections::hash_map
source · [−]Expand description
Archived hash map implementation.
During archiving, hashmaps are built into minimal perfect hashmaps using compress, hash and displace.
Structs
An archived HashMap
.
The resolver for archived hash maps.
An iterator over the key-value pairs of a hash map.
An iterator over the mutable key-value pairs of a hash map.
An iterator over the keys of a hash map.
An iterator over the values of a hash map.
An iterator over the mutable values of a hash map.