claw-branch 0.1.2

Fork, simulate, and merge engine for ClawDB agents.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Snapshot creation, verification, and cleanup utilities.

/// SQLite file snapshot copier.
pub mod copier;
/// Snapshot garbage collector.
pub mod gc;
/// Snapshot manifest persistence.
pub mod manifest;
/// Snapshot integrity verification.
pub mod verifier;