pub fn parse<'a>(input: &'a str, config: &'a Config) -> Result<Records>
Parse a given string and return the Cells.
Cell
Will return an Error::ParseError if it is unable to parse the given input
Error::ParseError
input