Crate ic_cdk[][src]

Expand description

This crate provides building blocks for developing Internet Computer Canister.

You can check the Internet Computer Specification for a full list of the system API functions.

Re-exports

pub use api::call::call;
pub use api::caller;
pub use api::id;
pub use api::print;
pub use api::trap;

Modules

System API and low level functions for it.

Re-exports crates those are necessary for using ic-cdk

Tools for managing storage of data types in canister.

Macros

Format and then print the formatted message

Format and then print the formatted message

Functions

Block on a promise in a WASM-friendly way (no multithreading!).

Setup the stdlib hooks.