bad 0.1.1

Unlicensed bad ideas.
Documentation
1
2
3
4
5
6
7
extern crate version_check;

fn main() {
    if let Some(true) = version_check::supports_features() {
        println!("cargo:rustc-cfg=nightly");
    }
}