Skip to main content

diff_snapshots

Function diff_snapshots 

Source
pub fn diff_snapshots(source: &Snapshot, target: &Snapshot) -> SnapshotDiff
Expand 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