dotenv_parser
pub fn parse_dotenv( source: &str) -> Result<BTreeMap<String, String>, Box<dyn Error>>
Parse the .env file source.