Crate dotenv

source ·

Structs

Enums

Functions

Create Dotenv from the specified file.
Create Dotenv from the specified path.
Create Dotenv from Read.
Load the .env file from the current directory or its parents.
Get the value for an environment variable.
Return an iterator of (key, value) pairs for all environment variables of the current process. The returned iterator contains a snapshot of the process’s environment variables at the time of invocation. Modifications to environment variables afterwards will not be reflected.

Type Definitions