Expand description
Compare and diff summaries.
A diff of two summaries is a list of changes between them.
The main entry point is SummaryDiff, which can be created through the diff method on
summaries or through SummaryDiff::new.
Structs§
- Package
Diff - A diff from a particular section of a summary.
- Summary
Diff - A diff of two package summaries.
- Summary
Report - A report of a diff between two summaries.
Enums§
- Summary
Diff Status - The diff status for a particular summary ID and source.
- Summary
Diff Tag - A tag representing
SummaryDiffStatusexcept with no data attached.
Type Aliases§
- Unchanged
Info - Type alias for list entries in the
PackageDiff::unchangedmap.