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!();