Constant awr::build::CFG_TARGET_ARCH
source · pub const CFG_TARGET_ARCH: &str = r"x86_64";
Expand description
The target architecture, given by CARGO_CFG_TARGET_ARCH
.
pub const CFG_TARGET_ARCH: &str = r"x86_64";
The target architecture, given by CARGO_CFG_TARGET_ARCH
.