Expand description
The prelude module re-exports common items for easy inclusion.
Structs§
- EnvEntry
- Represents an environment variable entry with its name, type, and optional default value.
- EnvJson
- Wrapper struct for deserializing JSON environment variables
- EnvMap
- A wrapper around
HashMapto provide environment variable parsing functionality. - With
Json - A wrapper struct that provides JSON parsing functionality for a given type
T.
Enums§
- EnvStruct
Error - Represents errors that can occur while processing environment variables.
Traits§
- EnvParse
Nested - Trait for parsing nested environment variables.
- EnvParse
Primitive - A trait for parsing environment variables into primitive types.
- EnvStruct
Usage - A trait for generating usage information for environment variables.
Functions§
- concat_
env_ name - Concatenates two environment variable names with an underscore.
Type Aliases§
- BoxError
- A boxed error type that is
Send,Sync, and'static.
Derive Macros§
- EnvStruct
- Derives the
EnvStructtrait for a struct or enum.