vne-macros 0.0.1

Environment variables.
Documentation
1
2
3
4
5
6
fn main() {
    println!(
        "cargo:rustc-env=VNE_MACRO_STATE_DIR={}",
        std::env::var("OUT_DIR").expect("vne error: 'OUT_DIR' is not set for build script")
    );
}