Defvar makes defining environment variables easy
Defvar provides a macro for declaring environment variables. It
also makes it easy to describe how to parse the value and provide a
default.
Usage
use defvar;
use Duration;
// Defining simple variables is easy.
defvar!
// The macro supports types other than String. You can provide your
// own parsing logic.
defvar!
// Here is a more complicated example.
defvar!