treesum

Crates.iotreesum
lib.rstreesum
version0.1.2
sourcesrc
created_at2018-12-20 18:47:24.295789
updated_at2019-08-24 10:30:42.275397
descriptionCalculates checksums for file trees, on all your cores.
homepage
repositoryhttps://github.com/anderejd/treesum
max_upload_size
id102970
size27,472
(anderejd)

documentation

README

treesum

Parallel SHA-1 checksum calculator for file trees.

  • Outputs sha1sum compatible format (sha1sum --check FILE).
  • Walks the input directory and all subdirs.
  • One worker thread per core, working on one file each.
  • Prints checksums to stdout.
  • Prints errors to stderr.
  • Returns 0 on success.

Changelog

0.1.2

  • Updated dependencies.

0.1.1

  • Updated dependencies.

0.1.0

  • First release.
Commit count: 41

cargo fmt