Crate duplicate_file_finder

Source

Functionsยง

find_duplicates
Recursively scans the provided directory for duplicate files.
find_duplicates_in_dirs
Recursively scans the given directories for duplicate files.
setup_logger
Initializes logging for the library and command line tool.
write_output
Writes a report of duplicate files to a specified output file, including metadata such as the user who generated the report, the start and end time, and the base directory scanned.