Module run_cargo_build

Source
Expand description

Encapsulates the logic of both invoking cargo build, and tracking where built artifacts are emitted (which varies depending on the crate’s type and platform).

Takes into account bits of “global” configuration and dependency management, such as setting global cargo flags (e.g: –verbose, –locked), ensuring any required Rust dependencies are installed (i.e: toolchain, triples), etc…

Structs§

Node
(see module-level docs)
Request

Enums§

CargoBuildOutput
CargoBuildProfile
CargoCrateType