Crate justcsv

source ·

Structs§

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

Enums§

Type Aliases§