Module rkyv::collections::hash_set [−][src]
Expand description
Archive implementation for hashsets.
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.