devela::_dep::allocator_api2

Module collections

1.0.0 · Source
Available on crate feature dep_allocator_api2 only.
Expand description

Collection types.

Modules§

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

Structs§

Enums§