pub fn diff_snapshots(source: &Snapshot, target: &Snapshot) -> SnapshotDiffExpand description
Compare two snapshots.
Returns a diff where:
- “added” = records in target but not in source
- “removed” = records in source but not in target
- “modified” = records with same key but different values