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
11
//! Backup subsystem — idiomatic directory module

pub mod index;
pub mod prune;
pub mod sidecar;
pub mod snapshot;

pub(crate) use index::*;
pub use prune::*;
pub(crate) use sidecar::*;
pub use snapshot::*;