Module guppy::graph::summaries

source ·
Available on crate feature summaries only.
Expand description

Generate build summaries from CargoSet instances.

Requires the summaries feature to be enabled.

Modules

Compare and diff summaries.

Structs

A summary of Cargo options used to build a CargoSet.
Summary information for a features-only package.
Information about a package in a summary that isn’t part of the unique identifier.
A set of packages specified in a summary. Can be resolved into a PackageSet given a PackageGraph.
An in-memory representation of a build summary.
A unique identifier for a package in a build summary.
A selector for external, third-party packages.

Enums

A summary specification for a Git branch, tag or revision.
Summary information for InitialsPlatform.
The status of a package in a summary, such as whether it is part of the initial build set.
The location of a package.
Describes locations where non-workspace packages (path or external) can be found.

Functions

Serializes a path with forward slashes on Windows.

Type Definitions

A type representing a package map as used in Summary instances.