target_lexicon_macros

Macro triple

Source
triple!() { /* proc-macro */ }
Expand description

Creates a static Triple at build time.

ยงExample

const TARGET: Triple = triple!("x86_64-unknown-linux-gnu");