canic-backup 0.30.4

Manifest and orchestration primitives for Canic fleet backup and restore
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Host-side fleet backup and restore primitives for Canic.
//!
//! This crate intentionally keeps backup-run provenance and restore contracts
//! outside canister runtime state. Root registry storage, topology cascade DTOs,
//! and backup manifests remain separate boundary types.

pub mod artifacts;
pub mod discovery;
pub mod journal;
pub mod manifest;
pub mod persistence;
pub mod restore;
pub mod topology;