1 unstable release
Uses old Rust 2015
| 0.1.0 | Feb 1, 2016 |
|---|
#1208 in Configuration
5,916 downloads per month
Used in 4 crates
(3 directly)
2KB
Get information concerning the build target.
target_info
Super simple library to get stringified versions of the various build target configuration attributes.
Example:
use target_info::Target;
println!("Target is {}-{}-{}", Target::arch(), Target::env(), Target::os());