Module csv_diff::diff_result
source · Structs
- 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. - Consuming iterator that can be created from
DiffByteRecords - 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.