canic 0.76.5

Canic — a canister orchestration and management toolkit for the Internet Computer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! Module: macros::endpoints
//!
//! Responsibility: collect endpoint emitter and bundle macro modules.
//! Does not own: endpoint implementations, generated endpoint bodies, or lifecycle wiring.
//! Boundary: module discovery only; exported macros are defined by child modules.

mod blob_storage;
mod blob_storage_billing;
mod bundles;
mod cycles;
mod icp_refill;
mod nonroot;
mod root;
mod shared;
mod topology;
mod wasm_store;