canic 0.100.8

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
mod bootstrap;
mod config;
mod metrics;

pub use bootstrap::{emit_root_wasm_store_bootstrap_release_set, manifest_declares_workspace};
pub use config::{
    assert_canonical_role_contract_build, config_app_id, config_contains_role,
    config_declares_role, config_role_is_deployable, declared_package_metadata,
    declared_package_role, read_config_source_or_default, required_package_metadata,
    required_package_role,
};
pub use metrics::{
    METRICS_TIER_CORE, METRICS_TIER_PLACEMENT, METRICS_TIER_PLATFORM, METRICS_TIER_RUNTIME,
    METRICS_TIER_SECURITY, METRICS_TIER_STORAGE, metrics_profile_tier_mask,
    role_normal_dependency_metrics_enabled,
};