canic-backup 0.36.12

Manifest and orchestration primitives for Canic fleet backup and restore
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod build;
mod error;
mod preflight;
mod types;
mod validation;

pub use build::{BackupPlanBuildInput, build_backup_plan, resolve_backup_selector};
pub use error::BackupPlanError;
pub use types::*;

#[cfg(test)]
mod tests;