Skip to main content

Module csv

Module csv 

Source
Expand description

Module containing CSV generation.

Functionsยง

generate
Generate a CSV string with rows rows, one per Vec<String> produced by row_factory. The first line is the header.