Re-exportsยง
pub use self::cargo::Cargo;
pub use self::cargo::cargo_profile_var;
pub use crate::Compiler;
Modulesยง
- cargo ๐
Structsยง
- Builder
- Builds and performs different
Self::kind
s of stuff and actions, taking into account build configuration from e.g. bootstrap.toml. - CLIStep
Path ๐ - Libdir ๐
- RunConfig
- Should
Run - Step
Description ๐ - Step
Metadata - Metadata that describes an executed step, mostly for testing and tracing.
- Task
Path
Enumsยง
- Alias
- Kind
- PathSet
- Collection of paths used to match a task rule.
- Really
Default ๐
Constantsยง
- PATH_
REMAP ๐
Traitsยง
- AnyDebug
- This trait is similar to
Any
, except that it also exposes the underlying typeโsDebug
implementation. - Step
Functionsยง
- crate_
description - A description of the crates in this set, suitable for passing to
builder.info
. - pretty_
print_ ๐step - pretty_
step_ name - Return qualified step name, e.g.
compile::Rustc
. - remap_
paths ๐ - step_
debug_ ๐args - Renders
step
using itsDebug
implementation and extract the field arguments out of it.