canic-core 0.99.1

Canic — a canister orchestration and management toolkit for the Internet Computer
Documentation
1
2
3
4
5
6
7
//! Module: infra::ic::nns
//!
//! Responsibility: group raw NNS canister infra adapters.
//! Does not own: topology policy, registry storage, or endpoint response mapping.
//! Boundary: ops topology calls this for raw NNS lookups.

pub mod registry;