Module alloc::collections 1.0.0[−][src]
Expand description
Collection types.
Re-exports
pub use binary_heap::BinaryHeap;pub use btree_map::BTreeMap;pub use btree_set::BTreeSet;pub use linked_list::LinkedList;pub use vec_deque::VecDeque;Modules
binary_heapNon-
no_global_oom_handlingA priority queue implemented with a binary heap.
btree_mapNon-
no_global_oom_handlingA map based on a B-Tree.
btree_setNon-
no_global_oom_handlingA set based on a B-Tree.
linked_listNon-
no_global_oom_handlingA doubly-linked list with owned nodes.
vec_dequeNon-
no_global_oom_handlingA double-ended queue implemented with a growable ring buffer.
Structs
The error type for try_reserve methods.
Enums
TryReserveErrorKindExperimental
Details of the allocation that caused a TryReserveError