Skip to main content

TARGET

Constant TARGET 

Source
pub const TARGET: &str = "x86_64-unknown-linux-gnu";
Expand description

The Rust target triple this crate was compiled for (e.g. x86_64-unknown-linux-gnu), captured at build time. Used by naming::rust to build release asset names.