crcdir

Crates.iocrcdir
lib.rscrcdir
version0.3.0
sourcesrc
created_at2019-05-18 23:50:58.415779
updated_at2019-07-20 08:24:05.074401
descriptionA thin wrapper around crc32fast to checksum an entire directory
homepage
repositoryhttps://github.com/GallagherCommaJack/crcdir
max_upload_size
id135172
size7,718
Jack Gallagher (GallagherCommaJack)

documentation

https://docs.rs/crcdir

README

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.

Commit count: 22

cargo fmt