Skip to main content

parse

Function parse 

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

Parse one file’s content. Returns pairs in file order.