twox-hash-cli

Crates.iotwox-hash-cli
lib.rstwox-hash-cli
version1.0.0
sourcesrc
created_at2019-03-23 01:09:20.963834
updated_at2019-03-23 01:09:20.963834
descriptionA cli for the twox-hash crate
homepage
repositoryhttps://github.com/jonfk/twox-hash-cli
max_upload_size
id123215
size5,689
Jonathan Fok kan (jonfk)

documentation

README

TwoX-Hash CLI

A command line interface to the TwoX-Hash implementation of the XXHash algorithm.

~ twoxhash
twoxhash 1.0.0
Jonathan Fok kan <jfokkan@gmail.com>
Print xxhash checksums

USAGE:
    twoxhash [OPTIONS] [FILE]...

FLAGS:
    -h, --help
            Prints help information

    -V, --version
            Prints version information


OPTIONS:
    -a, --algorithm <ALG>
            Algorithm to be used [default: H64]  [possible values: H64, H32]


ARGS:
    <FILE>...
            Sets the input file to use
Commit count: 7

cargo fmt