[go: up one dir, main page]

Module map

Module map 

Source
Expand description

Archived hash map implementation using an archived SwissTable.

Structsยง

ArchivedHashMap
An archived SwissTable hash map.
HashMapResolver
The resolver for ArchivedHashMap.
Iter
An iterator over the key-value pairs of an ArchivedHashMap.
IterMut
An iterator over the mutable key-value pairs of an ArchivedHashMap.
Keys
An iterator over the keys of an ArchivedHashMap.
Values
An iterator over the values of an ArchivedHashMap.
ValuesMut
An iterator over the mutable values of an ArchivedHashMap.