Registry / utility / envmnt

envmnt

JSON →
library0.10.4rscratesunverified

Utility functions for managing environment variables.

# Cargo.toml [dependencies] envmnt = "0.10.4"
INSTALL
IMPORT
SIG · ENVMNT
E
envmnt
utilityrustv0.10.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

envmnt
use envmnt;

Set and get environment variables.

use envmnt; fn main() { envmnt::set("MY_VAR", "value"); println!("{}", envmnt::get("MY_VAR", "default")); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.10.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
envmnt — cargo add envmnt · libregistry