globalenv

Current Crates.io Version Downloads badge

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

License: GPL-3.0