pub fn diff_manifests(
old_manifest: &PatchManifest,
new_manifest: &PatchManifest,
) -> ManifestDiffExpand description
Calculate differences between two manifests. Patches are compared by UUID: if the PURL exists in both manifests but the UUID changed, the patch is considered modified.