canic-memory 0.39.8

Canic — a canister orchestration and management toolkit for the Internet Computer
Documentation
1
2
3
4
5
6
//! 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;