Module cargo::core::compiler::custom_build
source · Macros
Structs
- Dependency information as declared by a build script.
- Contains the parsed output of a custom build script.
- Map of packages to build script output.
- Linking information for a
Unit
.
Constants
Functions
- build 🔒
- Computes several maps in
Context
: - Prepares a
Work
that executes the target as a custom build script. - Returns the previous parsed
BuildOutput
, if any, from a previous execution.