Skip to main content

canic_cdk/utils/
mod.rs

1//! Small runtime-safe helpers shared across the Canic stack.
2
3pub mod time;
4pub mod wasm;