0.1.0 |
|
---|---|
0.0.1 |
|
#17 in #structopt
3KB
envopts
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
.