#checksum #crc32 #crc #simd

bin+lib crcdir

A thin wrapper around crc32fast to checksum an entire directory

6 releases

0.3.0 Jul 20, 2019
0.2.2 May 26, 2019
0.1.1 May 19, 2019

#1529 in Hardware support

MIT/Apache

8KB
152 lines

How to use

Just call crcdir to checksum the current directory, or optionally specify the directory to check as the first argument.

How to install

cargo install crcdir

How to build from source

git clone https://github.com/GallagherCommaJack/crcdir
cd crcdir
cargo build --release

You may get a speedup by specifying your CPU architecture manually.

Dependencies

~2–11MB
~96K SLoC