compare-dir 0.2.4

A high-performance directory comparison tool and library
Documentation

CI-badge crate-badge docs-badge

compare-dir

Compare two directories and show the differences.

It compares the file contents if the file sizes are the same. Useful to verify backup copies.

Installation

cargo install compare-dir

See Releases for the change history.

If you want to install from the local source code:

cargo install --path .

Usage

compare-dir <dir1> <dir2>

Please use the -h option to see all options.