Expand description
Baseline and diff computation for change detection.
Captures filesystem state before execution and computes changes after execution for verification and attribution.
Structs§
- Baseline
- A baseline snapshot of a directory tree.
- Diff
- A diff between two states.
- File
Change - A detected file change.
- File
Snapshot - A snapshot of a file at a point in time.
- Unified
Diff - Unified diff format for a single file.
Enums§
- Change
Type - Type of change detected.
Functions§
- unified_
diff - Computes unified diff between two files.
Type Aliases§
- File
Hash - File hash (SHA-256 hex string).