parse

Function parse 

Source
pub fn parse<'a>(input: &'a str, config: &'a Config) -> Result<Records>
Expand description

Parse a given string and return the Cells.

ยงErrors

Will return an Error::ParseError if it is unable to parse the given input