Structsยง
- Cargo
- Host
Flags ๐ - Flags that are passed to the
rustc
shim binary. These flags will only be applied when compiling host code, i.e. when--target
is unset. - Rustflags ๐
- Represents flag values in
String
form with whitespace delimiter to pass it to the compiler later.