chksum-cli

Build Coverage crates.io LICENSE

Installation

shell cargo install chksum-cli

Options

```text chksum-cli 0.1.0-rc4

Simple checksum calculator.

USAGE: chksum-cli [OPTIONS] ...

ARGS: ... Path to file or directory

OPTIONS: -h, --help Print help information -H, --hash Choose hashing algorithm -s, --chunk-size Set chunk size of processing data -V, --version Print version information

Implemented hash algorithms: - MD5, - SHA-1. ```