Crate desenv

Source
Expand description

Desenv-rs is a library used to deserialize the environment variables into a given struct deriving Desenv macro.

Enums§

Error
All possible errors returned by this library after the [desenv::load] call. The errors are:

Traits§

Desenv

Functions§

load
Load all the environment variables into a given Desenv struct.

Derive Macros§

Desenv