Function format_env
Source pub fn format_env(env_vars: &HashMap<String, String>) -> String
Expand description
Converts environment variables to a formatted string for logging.
§Arguments
env_vars - Environment variables to format
§Returns
Formatted string representation