Crate canic_core

Crate canic_core 

Source

Re-exports§

pub use ::canic_cdk as cdk;

Modules§

export
macros
perf
types
Shared type wrappers and aliases used across the ops and endpoint layers.
utils

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.