Module rkyv::collections::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.