Expand description

It loads environment variables from a .env file, if available, and mashes those with the environment variables provided by the operating system.

Structs

Enums

Functions

Load .env file and then set environment variables.

Load the given filename and then set environment variables.

Load file at the given path and then set environment variables.

Create a Dotenv instance from the given filename

Create a Dotenv instance from the given path.

Create a Dotenv instance from the .env file.

Load the .env file and fetch the environment variable key from the current process.

Load the .env file and return an iterator of (variable, value) pairs of strings, for all the environment variables of the current process.

Type Definitions