Function csv_reader_with_comments

Source
pub fn csv_reader_with_comments<R: Read>(reader: R) -> Reader<R>
Expand description

Helper function to create a CSV reader with custom settings. In this case, it sets the comment character to #.