pub fn load_dotenv_compat(cwd: &Path) -> Result<(), ConfigError>Expand description
Reads cwd/.env compatibly, only filling in missing environment variables.
ยงErrors
Returns ConfigError::Io if the .env file exists but cannot be read.
pub fn load_dotenv_compat(cwd: &Path) -> Result<(), ConfigError>Reads cwd/.env compatibly, only filling in missing environment variables.
Returns ConfigError::Io if the .env file exists but cannot be read.