canic-core 0.69.0

Canic — a canister orchestration and management toolkit for the Internet Computer
Documentation
1
2
3
4
5
6
7
8
//! Module: cdk::spec::standards
//!
//! Responsibility: group external standard bindings under stable Canic namespaces.
//! Does not own: standard semantics or application interpretation.
//! Boundary: exposes spec-specific modules behind the Canic CDK facade.

pub mod icrc;
pub mod xrc;