Simple environment loader/setter that loads desired env variables from a file and inserts them into the runtime environment.
Running an application that relies on environment variables locally by simply having those variables in a file instead of setting your system environment every time.
Add envloader = "0.1.0"
to cargo.toml
https://crates.io/crates/envloader
https://docs.rs/envloader/0.1.0/envloader/