pub type Env = HashMap<String, String>;
Represents the “raw” environment coming from the OS.
pub struct Env { /* private fields */ }