Crate menv

source ·
Expand description

menv

This crate provides a macro for asserting the presence of a list of environment variables and accessing them as types which implement FromStr.

Macros

Generate the following:

Structs

Use this type instead of a bool if you want a var to evaluate to true if set to any value at all.