globalenv 0.1.0

Globally sets environment variables (and not just for the current process)
Documentation

globalenv

Current Crates.io Version Downloads badge

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