[](https://crates.io/crates/globalenv)
[](https://crates.io/crates/globalenv)
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