Crates.io | crcdir |
lib.rs | crcdir |
version | 0.3.0 |
source | src |
created_at | 2019-05-18 23:50:58.415779 |
updated_at | 2019-07-20 08:24:05.074401 |
description | A thin wrapper around crc32fast to checksum an entire directory |
homepage | |
repository | https://github.com/GallagherCommaJack/crcdir |
max_upload_size | |
id | 135172 |
size | 7,718 |
Just call crcdir
to checksum the current directory, or optionally specify the directory to check as the first argument.
cargo install crcdir
git clone https://github.com/GallagherCommaJack/crcdir
cd crcdir
cargo build --release
You may get a speedup by specifying your CPU architecture manually.