glenvy/dotenv

Support for .env files.

Functions

pub fn load() -> Result(Nil, Error)

Loads the .env file.

pub fn load_from(path filepath: String) -> Result(Nil, Error)

Loads the file at the specified path as a .env file.

Search Document