Crate justcsv

Source

Structs§

CsvReader
CSV reader for UTF-8 comma separated content. Use it as an iterator to read records line by line.
CsvReaderConfig
Data struct with CSV reader options
CsvWriter
CSV writer to save UTF-8 content as comma separated values. Basically CSV document is a slice of records which are basically &str slices.
CsvWriterConfig
Data struct with CSV writer options

Enums§

Error
Crate error type
NewLine
New line type

Type Aliases§

Result
Crate Result type alias