if_rust_version 1.0.0

Macro to enable or disable code depending on the rust version
Documentation
// Since the test in the build script are not run, force them to be run from here.

#[allow(dead_code)]
#[path = "../build.rs"]
mod build;