Crate fclones[][src]

Modules

config

Main program configuration.

files

Type-safe wrappers for file position and length and other file-system related utilities.

log

Logging and progress reporting.

path

Memory-efficient file path representation.

progress

Fast, concurrent, lockless progress bars.

report

Output formatting.

Structs

Error
FileGroup

A group of files that have something in common, e.g. same size or same hash

Traits

StageMetrics

Computes summaries of the results obtained from each grouping stage.

Functions

group_files

Groups identical files together by 128-bit hash of their contents. Depending on filtering settings, can find unique, duplicate, over- or under-replicated files.

write_report

Writes the list of groups to a file or the standard output.