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