canic-memory 0.30.0

Canic — a canister orchestration and management toolkit for the Internet Computer
Documentation
1
2
3
4
5
6
7
8
//! Macro modules backing the crate-level exported macros.

/// Stable-memory slot and owner-range declaration macros.
pub mod memory;
/// Eager TLS and eager-init registration macros.
pub mod runtime;
/// `Storable` implementation macros backed by the shared CBOR serializer.
pub mod storable;