Skip to main content

parse

Function parse 

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

Parse dotenv text into key/value pairs. Supports comments, blank lines, an optional export prefix, and single- or double-quoted values. Malformed lines are skipped.