Module rkyv::collections::btree_map[][src]

Expand description

Archive implementation for B-tree maps.

Modules

Validation implementation for BTreeMap.

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.