Skip to main content

Module target_tuple

Module target_tuple 

Source
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.target to get the configured project target(s). For rustc, runs rustc --print -vV to get the host target.
parse_toml_cargo_config_build_target ๐Ÿ”’
rustc_discover_host_tuple ๐Ÿ”’