vne 0.0.1

Environment variables.
Documentation
1
2
3
4
5
6
7
8
fn main() {
    ENV.load(".").validate().unwrap();

    println!("{:?}", vne::vne!("TESTING"));
}

// It is *really* important this is in `main.rs` and at the bottom of the file!
const ENV: vne::Environment = vne::build!();