Skip to main content

parse_tsv_file

Function parse_tsv_file 

Source
pub fn parse_tsv_file(
    path: &Path,
    delimiter: char,
) -> Result<QueryHeader, ParseError>
Expand description

Parse a TSV/CSV file with columns: name, length, md5

ยงErrors

Returns ParseError::Io if the file cannot be read, or other parse errors if the content is invalid.