Crate envy [] [src]

envy is a library for deserializing env vars into typesafe structs

Enums

Error

Types of errors that may result from failed attempts to deserialize a type from env vars

Functions

from_env

Deserializes a type based on information stored in env

from_iter

Deserializes a type based on an iterable of (String, String)

Type Definitions

Result

A type result type specific to envy::Errors