globalenv

Current Crates.io Version Downloads badge

Globally set or unset environment variables (and not just for the current process). Example: rust use globalenv::set_var; set_var("ENVTEST", "TESTVALUE").unwrap(); unset_var("ENVTEST").unwrap();

License: GPL-3.0