Support for .env files.
.env
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.