Crate build_plan [] [src]

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

BuildPlan

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.

TargetKind

Describes artifacts that can be produced using cargo build.