Skip to main content

EnvMap

Type Alias EnvMap 

Source
pub type EnvMap = HashMap<String, String>;
Expand description

std.process.EnvMap — owned KEY → VALUE map of environment variables. Minimal real def (no Zig hash-map semantics needed; Rust callers iterate).

Aliased Type§

pub struct EnvMap { /* private fields */ }