glenvy/dotenv
Support for .env files.
Types
An error that occurred while reading a .env file.
pub type Error {
Io(simplifile.FileError)
}
Constructors
-
An IO error.
Values
pub fn load_from(path filepath: String) -> Result(Nil, Error)
Loads the file at the specified path as a .env file.