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§
- A diff from a particular section of a summary.
- A diff of two package summaries.
- A report of a diff between two summaries.
Enums§
- The diff status for a particular summary ID and source.
- A tag representing
SummaryDiffStatus
except with no data attached.
Type Aliases§
- Type alias for list entries in the
PackageDiff::unchanged
map.