Re-exports
pub use crate::Compiler;
Structs
- Flags that are passed to the
rustcshim binary. These flags will only be applied when compiling host code, i.e. when--targetis unset. - Represents flag values in
Stringform with whitespace delimiter to pass it to the compiler later.
Enums
- Collection of paths used to match a task rule.
Constants
Traits
Functions
- A description of the crates in this set, suitable for passing to
builder.info.