Module csv_diff

Source

Structs§

CsvByteDiff
Compare two CSVs lazily with each other (for the eager-/blocking-based variant, see CsvByteDiffLocal).
CsvByteDiffBuilder
Create a CsvByteDiff with configuration options.
CsvByteDiffLocal
Compare two CSVs eagerly with each other (for the lazy/iterator-based variant, see CsvByteDiff).
CsvByteDiffLocalBuilder
Create a CsvByteDiffLocal with configuration options.

Enums§

CsvByteDiffBuilderError
CsvDiffNewError