Function dotenv::load

source ·
pub fn load() -> Result<PathBuf>
Expand description

Load the .env file from the current directory or its parents.

Fails if the file is not found.