Skip to main content

parse_table

Function parse_table 

Source
pub fn parse_table(text: &[u8], d: &Dialect) -> Result<Table, Vec<Finding>>
Expand description

Parse delimited text into a Table under dialect d, fail-closed on a malformed line or a data row whose column count differs from the header.