Module rkyv::collections::btree_map
source · [−]Expand description
Archive
implementation for B-tree maps.
Structs
An archived BTreeMap
.
The resolver for an ArchivedBTreeMap
.
An iterator over the key-value pairs of an archived B-tree map.
An iterator over the keys of an archived B-tree map.
An iterator over the values of an archived B-tree map.
Constants
The minimum number of entries to place in an inner node.
The minimum number of entries to place in a leaf node.