Skip to main content

canic_core/cdk/utils/
mod.rs

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