pub fn get_var(name: &str) -> Result<&'static str, EnvError>
Gets environment variable using getenv
getenv
Note that the result is is valid until next call of get_var
get_var