Module env

Module env 

Source
Expand description

Environment variable utilities for safe and validated access.

This module provides utilities for safely accessing environment variables with proper validation and error handling. It ensures that environment variables are not only present but also contain valid, non-empty values.

Structs§

EnvUtils
Utility functions for safe environment variable handling.

Enums§

EnvVarError
Errors that can occur when accessing environment variables.