parse

Function parse 

Source
pub fn parse<'text>(text: &'text str) -> Result<PartialVdf<'text>>
Expand description

Parse a KeyValues document to a loosely typed representation

This is shorthand for parsing a document with default settings aka Parser::new().parse(text)