Available Data Structures
The library provides several stable data structures:
- BTreeMap: A key-value store that maintains keys in sorted order
- Vec: A growable array
- Log: An append-only list of variable-size entries
- Cell: A serializable value
- MinHeap: A priority queue