Skip to main content

parse_env_file

Function parse_env_file 

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

Parse a .env file into a key-value map.