rkyv::collections

Module hash_set

Source
Expand description

Archived hash set implementation.

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

Structsยง

  • An archived HashSet. This is a wrapper around a hash map with the same key and a value of ().
  • The resolver for archived hash sets.