pub fn diff(previous: &[Record], current: &[Record]) -> DiffExpand description
Compare two catalog snapshots by (system, prn) identity.
Assumes each input has at most one record per (system, prn); run
validate first on hand-edited catalogs and treat duplicate findings as
malformed input rather than a constellation change.