#env-var #environment #variables #structopt #command-line-arguments

yanked envopts

A crate to make handling environment variables easier

0.1.0 Aug 30, 2019
0.0.1 Aug 30, 2019

#18 in #structopt

38 downloads per month

MIT/Apache

3KB

envopts

Crates.io Documentation License

This crate will one day parse environment variables by defining a struct like StructOpt does for command line arguments.

For now it just provides the convenience method var_or_exit.


lib.rs:

This crate will one day parse environment variables by defining a struct like StructOpt does for command line arguments.

For now it just provides the convenience method var_or_exit.

No runtime deps