switchyard-fs 1.0.0

Switchyard: safe, atomic, reversible filesystem swaps with policy and audit
Documentation
pub mod errors;
pub mod ids;
pub mod mount;
pub mod ownership;
pub mod plan;
pub mod preflight;
pub mod report;
pub mod rescue;
pub mod safepath;

pub use errors::*;
pub use ids::*;
pub use mount::*;
pub use ownership::*;
pub use plan::*;
pub use preflight::*;
pub use report::*;
pub use rescue::*;
pub use safepath::*;