ic-stable-structures 0.6.9

A collection of data structures for fearless canister upgrades.
Documentation
1
2
3
4
5
6
7
8
9
# 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