Module rkyv::collections::index_map

source ·
Expand description

Archived index map implementation.

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

Modules§

  • Validation implementation for ArchivedIndexMap.

Structs§

  • An archived IndexMap.
  • The resolver for an IndexMap.
  • An iterator over the key-value pairs of an index map.
  • An iterator over the keys of an index map.
  • An iterator over the values of an index map.