Skip to main content

Module csv

Module csv 

Source
Expand description

Module containing CSV generation.

Functionsยง

escape_field
Escape a single CSV field per RFC 4180.
generate
Generate a CSV string with rows rows, one per Vec<String> produced by row_factory. The first line is the header.
parse
Parse a CSV string back into a header row + data rows.