rust-env 0.2.0

A package to make managing env in rust a lot easier with a decent experience.
Documentation
1
2
3
4
5
6
7
8
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