switchyard-fs 1.0.0

Switchyard: safe, atomic, reversible filesystem swaps with policy and audit
Documentation
1
2
3
4
5
6
7
8
9
10
//! Restore subsystem — split from monolith per `zrefactor/fs_refactor_backup_restore.INSTRUCTIONS.md`

pub mod engine;
pub mod idempotence;
pub mod integrity;
pub mod selector;
pub mod steps;
pub mod types;

pub use engine::{restore_file, restore_file_prev};