Crate find_identical_files

Source

Structs§

Arguments
Command Line Arguments
FileInfo
Individual file information
GroupInfo
Grouped file information
Key
This key will be used by FileInfo and GroupInfo.
PathInfo
File Information including path
TotalInfo
Summarize information for all files found in the directory

Enums§

Algorithm
Hash Algorithm

Constants§

CSV_FILENAME
XLSX_FILENAME

Traits§

FileExtension
GroupExtension
PathBufExtension

Functions§

add_thousands_separator
Serialize usize with fn split_and_insert().
clear_terminal_screen
Clear (wipe) the terminal screen
get_all_files
Get all files into one vector.
get_path
Get path from arguments or from default (current directory).
my_print
Print buffer to stdout
open_file
Opens a file in read-only mode.
set_env_variables
If thread '<unknown>' has overflowed its stack, set the stack size to a new value.
split_and_insert
Split integer and insert thousands separator
write_xlsx
Write XLSX File according to some struct T

Type Aliases§

MyError
MyResult