Module std_shims::collections

source ·

Modules

  • binary_heapstd and non-no_global_oom_handling
    A priority queue implemented with a binary heap.
  • btree_mapstd and non-no_global_oom_handling
    An ordered map based on a B-Tree.
  • btree_setstd and non-no_global_oom_handling
    An ordered set based on a B-Tree.
  • A hash map implemented with quadratic probing and SIMD lookup.
  • A hash set implemented as a HashMap where the value is ().
  • linked_liststd and non-no_global_oom_handling
    A doubly-linked list with owned nodes.
  • vec_dequestd and non-no_global_oom_handling
    A double-ended queue (deque) implemented with a growable ring buffer.

Structs

Enums

  • TryReserveErrorKindExperimentalstd
    Details of the allocation that caused a TryReserveError
  • An endpoint of a range of keys.