Module map
Available on crate feature
dep_rkyv
only.Expand description
Archived hash map implementation using an archived SwissTable.
Structsยง
- An archived SwissTable hash map.
- The resolver for
ArchivedHashMap
. - An iterator over the key-value pairs of an
ArchivedHashMap
. - An iterator over the mutable key-value pairs of an
ArchivedHashMap
. - An iterator over the keys of an
ArchivedHashMap
. - An iterator over the values of an
ArchivedHashMap
. - An iterator over the mutable values of an
ArchivedHashMap
.