envloader 0.1.3

A simple environment setter
Documentation
  • Coverage
  • 66.67%
    2 out of 3 items documented1 out of 3 items with examples
  • Size
  • Source code size: 19.42 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.21 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • aramnhammer

Rust

envloader

Simple environment loader/setter that loads desired env variables from a file and inserts them into the runtime environment.

use cases

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.

installing

Add envloader = "0.1.3" to cargo.toml

crates.io

https://crates.io/crates/envloader

docs

https://docs.rs/envloader