Module collections

1.36.0 · Source
Expand description

Collection types.

Modules§

binary_heapNon-no_global_oom_handling
A priority queue implemented with a binary heap.
btree_mapNon-no_global_oom_handling
An ordered map based on a B-Tree.
btree_setNon-no_global_oom_handling
An ordered set based on a B-Tree.
linked_listNon-no_global_oom_handling
A doubly-linked list with owned nodes.
vec_dequeNon-no_global_oom_handling
A double-ended queue (deque) implemented with a growable ring buffer.

Structs§

BTreeMap
An ordered map based on a B-Tree.
BTreeSet
An ordered set based on a B-Tree.
BinaryHeap
A priority queue implemented with a binary heap.
LinkedList
A doubly-linked list with owned nodes.
TryReserveError
The error type for try_reserve methods.
VecDeque
A double-ended queue implemented with a growable ring buffer.

Enums§

TryReserveErrorKindExperimental
Details of the allocation that caused a TryReserveError