Module guppy_summaries::diff[][src]

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

PackageDiff

A diff from a particular section of a summary.

SummaryDiff

A diff of two package summaries.

SummaryReport

A report of a diff between two summaries.

Enums

SummaryDiffStatus

The diff status for a particular summary ID and source.

SummaryDiffTag

A tag representing SummaryDiffStatus except with no data attached.

Type Definitions

UnchangedInfo

Type alias for list entries in the PackageDiff::unchanged map.