Module cargo::core::compiler::build_config
source · Structs
- Configuration information for a rustc build.
Enums
- The general “mode” for what to do. This is used for two purposes. The commands themselves pass this in to
compile_ws
to tell it the general execution strategy. This influences the default targets selected. The other use is in theUnit
struct to indicate what is being done with a specific target. - Kinds of build timings we can output.