Skip to main content

parse_dotenv

Function parse_dotenv 

Source
pub fn parse_dotenv(text: &str) -> BTreeMap<String, String>
Expand description

Parse a .env text into its entries.