Crate envoption [] [src]

Enums

EnvOptionError
OptionType

The behavior if the environment variable is not set.

Functions

get

Get an environment variable, using the given mode to determine behavior when it is not set.

require

Sugar around get to avoid the extra Option when it will never be None anyway.