pub fn diff(ours: &[String], theirs: &[String]) -> Vec<Difference>Expand description
Diff two normalised zdump line lists into human-readable Differences.
Compared line-by-line in order; zdump -v output is deterministic for a given file and
horizon, so a positional diff is exact. Any divergence — count or content — is reported.