globalenv 0.3.0

Globally sets environment variables (and not just for the current process)
docs.rs failed to build globalenv-0.3.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: globalenv-0.4.2

globalenv

Current Crates.io Version Downloads badge

Globally set or unset environment variables (and not just for the current process). Example:

use globalenv::set_var;
set_var("ENVTEST", "TESTVALUE").unwrap();
unset_var("ENVTEST").unwrap();

License: GPL-3.0