Rust script to hash every file in a directory, quickly.
Parallelises file discovery and hashing. Default hasher is not cryptographically secure.
"{path}"\t{hex_digest}
printed to stdout; progress information on stderr.
Contributions welcome.
``` recursum 0.1.0 Recursively hash all files in a directory, fast.
USAGE: recursum [OPTIONS]
FLAGS: -h, --help Prints help information -V, --version Prints version information
OPTIONS:
-b, --buffer
ARGS: Input file ```