Function dotenv_parser::parse_dotenv[][src]

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

Parse the .env file source.