//! Undo system: content-addressable snapshots with Merkle tree integrity
//!
//! Provides filesystem state capture, change detection, and atomic restoration.
//! Every snapshot computes a Merkle root that cryptographically commits to the
//! entire tracked filesystem state.
pub use ;
pub use MerkleTree;
pub use ObjectStore;
pub use ;
pub use *;