Expand description
Functionality to discover the current build target(s).
Functionsยง
- cargo_
config_ ๐build_ target - get
- For cargo, runs
cargo -Zunstable-options config get build.targetto get the configured project target(s). For rustc, runsrustc --print -vVto get the host target. - parse_
toml_ ๐cargo_ config_ build_ target - rustc_
discover_ ๐host_ tuple