Attribute Macros§
- env_
vars - Attribute macro that sets up environment variable overrides for test functions.
Derive Macros§
- Config
- Derives the
Configtrait for a struct or enum to enable loading configuration from environment variables. - Config
Value Decoder - Derives the
ConfigValueDecodertrait for simple enums without fields.