Module index_map
Available on crate feature
dep_rkyv
only.Expand description
An archived index map implementation based on Google’s high-performance SwissTable hash map.
Structs§
- An archived
IndexMap
. - The resolver for an
IndexMap
. - An iterator over the key-value pairs of an index map.
- An iterator over the keys of an index map.
- An iterator over the values of an index map.