pub fn parse_variable(var: &OsStr) -> Option<(&OsStr, &OsStr)>Expand description
Parse an environment variable definition.
Environment variables are specified in the form VARIABLE=value. Typically, the variables are
uppercased, but this is not mandatory.