//! Support for loading a `.env` file before reading environment variables.
//! Enabled with feature `dotenv`.
use crateEnvLockError;
/// Load a `.env` file using `dotenvy`, silently ignoring non‑existent files.
/// Errors are reported as `EnvLockError::Dotenv`.