Crate find_duplicate_files
source ·Re-exports
pub use self::args::ResultFormat::*;
Structs
- Individual file information
- Grouped file information
- This key will be used by FileInfo and GroupInfo.
- Summarize information for all files found in the directory
Traits
Functions
- Clear the terminal screen
- Get all files into one vector. Use jwalk.
- Get path from arguments or from default (current directory).
- Print buffer to stdout
- File is an object providing access to an open file on the filesystem.
- If
thread '<unknown>' has overflowed its stack, set the stack size to a new value. - Split integer and insert thousands separator
Type Aliases
- Change the alias to
Box<dyn std::error::Error>.