Available on crate feature
summaries
only.Expand description
Generate build summaries from CargoSet
instances.
Requires the summaries
feature to be enabled.
Modules§
- diff
- Compare and diff summaries.
Structs§
- Cargo
Options Summary - A summary of Cargo options used to build a
CargoSet
. - Features
Only Summary - Summary information for a features-only package.
- Package
Info - Information about a package in a summary that isn’t part of the unique identifier.
- Package
SetSummary - A set of packages specified in a summary. Can be resolved into a
PackageSet
given aPackageGraph
. - Summary
- An in-memory representation of a build summary.
- Summary
Id - A unique identifier for a package in a build summary.
- Third
Party Summary - A selector for external, third-party packages.
Enums§
- GitReq
Summary - A summary specification for a Git branch, tag or revision.
- Initials
Platform Summary - Summary information for
InitialsPlatform
. - Package
Status - The status of a package in a summary, such as whether it is part of the initial build set.
- Summary
Source - The location of a package.
- Third
Party Source - Describes locations where non-workspace packages (path or external) can be found.
Functions§
- serialize_
forward_ slashes - Serializes a path with forward slashes on Windows.
Type Aliases§
- Package
Map - A type representing a package map as used in
Summary
instances.