canic-cdk 0.25.7

Canic — a canister orchestration and management toolkit for the Internet Computer
Documentation
1
2
3
4
5
6
7
8
//! Environment constants grouped by domain (ck, NNS, SNS).

#[macro_use]
mod macros;

pub mod ck;
pub mod nns;
pub mod sns;