Expand description
Collection types.
Modules§
- binary_
heap Non- no_global_oom_handling
- A priority queue implemented with a binary heap.
- btree_
map Non- no_global_oom_handling
- An ordered map based on a B-Tree.
- btree_
set Non- no_global_oom_handling
- An ordered set based on a B-Tree.
- linked_
list Non- no_global_oom_handling
- A doubly-linked list with owned nodes.
- vec_
deque Non- no_global_oom_handling
- A double-ended queue (deque) implemented with a growable ring buffer.
Structs§
- BTree
Map - An ordered map based on a B-Tree.
- BTree
Set - An ordered set based on a B-Tree.
- Binary
Heap - A priority queue implemented with a binary heap.
- Linked
List - A doubly-linked list with owned nodes.
- TryReserve
Error - The error type for
try_reserve
methods. - VecDeque
- A double-ended queue implemented with a growable ring buffer.
Enums§
- TryReserve
Error Kind Experimental - Details of the allocation that caused a
TryReserveError