envopts 0.0.1

A crate to make handling environment variables easier
Documentation

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.

envopts

Crates.io Documentation License Build Status

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.