[go: up one dir, main page]

Module rkyv::collections::swiss_table::set

source ·
Expand description

Archived hash set implementation using an archived SwissTable.

Structs§

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