Available on non-crate feature std only.

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

  • An ordered map based on a B-Tree.
  • An ordered set based on a B-Tree.
  • A priority queue implemented with a binary heap.
  • HashMapalloc and compat_hash
    A hash map implemented with quadratic probing and SIMD lookup.
  • HashSetalloc and compat_hash
    A hash set implemented as a HashMap where the value is ().
  • A doubly-linked list with owned nodes.
  • The error type for try_reserve methods.
  • A double-ended queue implemented with a growable ring buffer.

Enums