rsinfo 0.1.3

Add `vergen` to your [build-dependencies], then get all build info in single struct.
Documentation
1
2
3
4
fn main() {
    eprintln!("{:#?}", rsinfo::ALL_INFO);
    println!("{:#}", rsinfo::ALL_INFO.to_json())
}