ic-stable-structures 0.1.1

A collection of data structures for fearless canister upgrades.
Documentation
1
2
3
4
5
6
# Stable structures

This repository contains a library designed for developing canisters on the [Internet Computer](https://internetcomputer.org).
The library provides a collection of data structures designed to directly use [stable memory](https://sdk.dfinity.org/docs/interface-spec/index.html#system-api-stable-memory) as the backing store.

See the `examples` directory for examples on how stable structures can be used.