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)
pub fn parse<'text>(text: &'text str) -> Result<PartialVdf<'text>>Parse a KeyValues document to a loosely typed representation
This is shorthand for parsing a document with default settings aka Parser::new().parse(text)