Skip to main content

diff_manifests

Function diff_manifests 

Source
pub fn diff_manifests(
    old_manifest: &PatchManifest,
    new_manifest: &PatchManifest,
) -> ManifestDiff
Expand 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.