envopts 0.1.0

A crate to make handling environment variables easier
Documentation

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.