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§
Functions§
- load
- Load all the environment variables into a given
Desenv
struct.