pub fn set_default(name: &str, value: &str)Expand description
Set an environment variable only if it is not already set.
§Safety
Uses std::env::set_var which is unsafe in multi-threaded programs.
Call this early in main(), before spawning threads.