Module target_tuple

Source
Expand description

Functionality to discover the current build target(s).

Functions§

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.