Crate canic_macros

Crate canic_macros 

Source

Re-exports§

pub use canic_utils as utils;
pub use canic_utils::cdk;

Modules§

export
perf
storable
Derive ic-stable-structures storage traits using Mini CBOR serialization.

Macros§

impl_storable_bounded
Implement Storable with a bounded size guarantee.
impl_storable_unbounded
Implement Storable without a size bound.
perf
Log elapsed instruction counts since the last perf! invocation.
perf_start
Record a single-call instruction counter snapshot when the surrounding scope exits.