filehasher

Crates.iofilehasher
lib.rsfilehasher
version0.3.0
sourcesrc
created_at2022-03-07 10:09:52.926705
updated_at2022-03-09 15:09:29.087508
descriptionCLI utility, which outputs hash of provided file.
homepage
repositoryhttps://github.com/n1clud3/filehasher
max_upload_size
id544930
size3,777,586
Mykola Malovanyi (n1clud3)

documentation

README

filehasher

filehasher demonstration

CLI utility, which outputs hash of the given file.

Usage

filehasher [OPTIONS] <PATH>

<PATH> - Path to the file

Options

-a, --algorithm - hash algorithm to use. md5 by default. For possible values, please see filehasher --help

-u, --unformatted - use it to print raw digest instead of pretty line. Useful for pipe operations idk.

Commit count: 13

cargo fmt