Module csv_diff::csv_diff

source ·

Structs

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

Enums