Available Data Structures

The library provides several stable data structures:

  • Cell: For small single values that change rarely
  • BTreeMap: A key-value store that maintains keys in sorted order
  • BTreeSet: A set of unique elements
  • Vec: A growable array
  • Log: An append-only list of variable-size entries
  • MinHeap: A priority queue