rust-env is a lightweight environment configuration library for Rust.
It provides:
- .env file parsing
- key-value storage
- vector (list) values
- runtime OS environment access
- ability to modify and write environment files
rust-env is a lightweight environment configuration library for Rust.
It provides: