dupcheck

Crates.iodupcheck
lib.rsdupcheck
version0.1.0
sourcesrc
created_at2016-10-29 15:25:25.386079
updated_at2016-10-29 15:25:25.386079
descriptionDuplicate file checking functions.
homepagehttps://github.com/ttempleton/dupcheck
repositoryhttps://github.com/ttempleton/dupcheck.git
max_upload_size
id7039
size15,586
Thomas Templeton (ttempleton)

documentation

https://docs.rs/dupcheck

README

dupcheck

Duplicate file checking functions for Rust.

dupcheck can be used to search given directories for any duplicate files found within all directories, or to search for duplicates of specific files, either within their parent directory or within given directories.

Uses the sha2 v0.1.2 crate as part of the file comparison process.

Commit count: 45

cargo fmt