impl-tools 0.10.0

Helper macros: autoimpl
Documentation
1
2
3
4
5
6
7
8
extern crate autocfg;

fn main() {
    let ac = autocfg::new();
    ac.emit_rustc_version(1, 65);

    autocfg::rerun_path("build.rs");
}