ic-canister-kit 1.1.1

An ic canister package
Documentation
/// 页面
pub mod pages;

/// 结果
pub mod result;

/// 可选对象
pub mod option;

/// 执行一次拦截
#[cfg(feature = "call-once")]
pub mod once;

/// 类型
pub mod types;

/// 拆箱
mod trap;
pub use trap::*;