Module env

Module env 

Source
Expand description

Cross-platform environment variable utilities.

This module provides functions for safely accessing environment variables with proper error handling.

Functionsยง

get_env_var
Returns the value of the environment variable for the given key.
get_or_env_var
Returns the provided value if Some, otherwise falls back to reading the environment variable for the given key.