Expand description
A parser for Cargo’s --build-plan
output.
The main type is BuildPlan
. To parse Cargo’s output into a BuildPlan
, call
BuildPlan::from_cargo_output
.
Structs§
- Build
Plan - A build plan output by
cargo build --build-plan
. - Invocation
- A tool invocation.
Enums§
- Kind
- Whether an object is for the host arch, or the target arch.
- LibKind
- Kinds of libraries that can be created.
- Target
Kind - Describes artifacts that can be produced using
cargo build
.