ic-canister-kit 1.0.9

An ic canister package
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/// 页面
pub mod pages;

/// 结果
pub mod result;

/// 可选对象
pub mod option;

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

/// 类型
pub mod types;