Skip to main content

Module diff

Module diff 

Source
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.
FileChange
A detected file change.
FileSnapshot
A snapshot of a file at a point in time.
UnifiedDiff
Unified diff format for a single file.

Enums§

ChangeType
Type of change detected.

Functions§

unified_diff
Computes unified diff between two files.

Type Aliases§

FileHash
File hash (SHA-256 hex string).