Module rkyv::collections::hash_map[][src]

Expand description

Archive implementation for hashmaps.

During archiving, hashmaps are built into minimal perfect hashmaps using compress, hash and displace.

Modules

Validation implementation for HashMap.

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.