Constant vector::built_info::TARGET
source ยท pub const TARGET: &str = "x86_64-unknown-linux-gnu";
Expand description
The target triple being compiled for. (e.g. x86_64-pc-windows-msvc)
pub const TARGET: &str = "x86_64-unknown-linux-gnu";
The target triple being compiled for. (e.g. x86_64-pc-windows-msvc)