embedded-triple 0.1.0

Embed the target triple into the binary
Documentation
1
2
3
fn main() {
    println!("embedded triple: {:?}", embedded_triple::get());
}