target_info

Crates.iotarget_info
lib.rstarget_info
version0.1.0
sourcesrc
created_at2016-02-01 16:41:46.835699
updated_at2016-02-01 16:41:46.835699
descriptionGet text strings of attributes concernign the build target.
homepagehttps://github.com/gavofyork/target_info
repositoryhttps://github.com/gavofyork/target_info
max_upload_size
id4047
size2,680
Gavin Wood (gavofyork)

documentation

README

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());
Commit count: 4

cargo fmt