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§

require_envs
Generate the following:

Structs§

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