use-env-var
Environment variable primitives for RustUse CLI-adjacent code.
This crate validates environment variable names and wraps safe reads from std::env. It does not provide a global configuration system, cache, mutation API, or process-wide runtime.
Example
use ;
let name = new?;
assert_eq!;
assert!;
# Ok::
Scope
Use this crate when a library needs stable env var vocabulary without owning configuration policy.