canic-host 0.100.34

Host-side App build, Fleet install, deployment, and release-set library for Canic workspaces
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod artifacts;
mod config;
mod identity;
mod inventory;
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;