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
12
13
pub mod attest;
pub mod lock; // contains mod.rs and file.rs
pub mod ownership; // contains mod.rs and fs.rs
pub mod path;
pub mod smoke;

pub use attest::*;
pub use lock::file::FileLockManager;
pub use lock::*;
pub use ownership::fs::FsOwnershipOracle;
pub use ownership::*;
pub use path::*;
pub use smoke::*;