Module env

Module env 

Source
Expand description

Environment variable helper for loading configuration.

Functionsยง

optional
Load an optional environment variable
optional_secret
Load an optional environment variable as a SecretString
parse
Parse an environment variable as a specific type
parse_optional
Parse an optional environment variable as a specific type
required
Load a required environment variable
required_secret
Load a required environment variable as a SecretString
with_default
Load an environment variable with a default value