Crates.io | embedded-triple |
lib.rs | embedded-triple |
version | 0.1.0 |
source | src |
created_at | 2020-03-08 15:13:02.569554 |
updated_at | 2020-03-08 15:13:02.569554 |
description | Embed the target triple into the binary |
homepage | |
repository | https://github.com/kpcyrd/embedded-triple |
max_upload_size | |
id | 216584 |
size | 14,792 |
Embed the target triple into the binary.
println!("embedded triple: {:?}", embedded_triple::get());
MIT/Apache-2.0