canic-host 0.68.22

Host-side build, install, deployment, and fleet-template library for Canic workspaces
Documentation
mod artifacts;
mod config;
mod identity;
mod inventory;
mod registry;
mod root;
mod shared;

pub use artifacts::{LocalArtifactManifestRequest, collect_local_role_artifact_manifest};
pub use inventory::{
    DeploymentTruthError, LocalInventoryRequest, collect_local_deployment_inventory,
};

pub(super) use artifacts::release_set_manifest_digest;
#[cfg(test)]
pub(super) use registry::{
    apply_canister_control_to_observed_pool, apply_live_status_to_registry_observation,
    registry_entries_to_observed_canisters, registry_entries_to_observed_pool,
};
#[cfg(test)]
pub(super) use root::observed_root_from_status;