Skip to main content

parse_dotenv_file

Function parse_dotenv_file 

Source
pub fn parse_dotenv_file(path: &Path) -> Result<HashMap<String, String>>
Expand description

Parse a .env file and return key-value pairs