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