[][src]Function dotenv_parser::parse_dotenv

pub fn parse_dotenv(
    source: &str
) -> Result<BTreeMap<String, String>, Box<dyn Error>>

Parse the .env file source.