Structs§
- Diff
Byte Records - Holds all information about the difference between two CSVs, after they have
been compared with
CsvByteDiffLocal.diff
. CSV records that are equal are not stored in this structure. - Diff
Byte Records Into Iterator - Consuming iterator that can be created from
DiffByteRecords
- Diff
Byte Records Iterator - Emits all information about the difference between two CSVs as
Result
<DiffByteRecord
>, after they have been compared withCsvByteDiff.diff
. CSV records that are equal are not emitted by this iterator.