1.0.0[][src]Module alloc::collections

Collection types.

Modules

binary_heap

A priority queue implemented with a binary heap.

btree_map

A map based on a B-Tree.

btree_set

A set based on a B-Tree.

linked_list

A doubly-linked list with owned nodes.

vec_deque

A double-ended queue implemented with a growable ring buffer.

Enums

CollectionAllocErr[
Experimental
]

Augments AllocErr with a CapacityOverflow variant.