1 unstable release
Uses old Rust 2015
0.1.0 | Feb 1, 2016 |
---|
#167 in #target
12,067 downloads per month
Used in 4 crates
(3 directly)
2KB
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());
lib.rs
:
Get information concerning the build target.