ic-canister-kit 0.3.11

An ic canister package
Documentation
#[cfg(feature = "identity")]
pub mod identity;

pub mod canister;

pub mod number;

pub mod token;

#[cfg(feature = "times")]
pub mod times;

pub mod common;

#[cfg(feature = "http")]
pub mod http;

#[cfg(feature = "stable")]
pub mod stable;

#[cfg(feature = "nft")]
pub mod nft;

pub mod types;