getenv

Function getenv 

Source
pub fn getenv(key: &str) -> Option<String>
Expand description

Get a specific environment variable, if set.