get_var

Function get_var 

Source
pub fn get_var(name: &str) -> Result<&'static str, EnvError>
Expand description

Gets environment variable using getenv

Note that the result is is valid until next call of get_var