1 unstable release
0.1.0-alpha.1 | Jul 8, 2022 |
---|
#8 in #lexicon
Used in 2 crates
28KB
437 lines
Macros for target-lexicon
Provides a triple
macro to construct static a target-lexicon Triple.
Example
use target_lexicon::Triple;
use target_lexicon_macros::triple;
const TARGET: Triple = triple!("x86_64-unknown-linux-gnu")
fn main() {
dbg!(TARGET);
}
Dependencies
~1.5MB
~39K SLoC