Module fclones::report[][src]

Expand description

Output formatting.

Structs

FileStats

Describes how many redundant files were found, in how many groups, how much space can be reclaimed, etc.

ReportHeader

Data in the header of the whole report.

ReportWriter

Formats and writes duplicate files report to a stream. Supports many formats: text, csv, json, etc.

TextReportIterator

Iterates the contents of the report. Each emitted item is a group of duplicate files.

TextReportReader

Reads a text report from a stream.