#hash #cli #xxhash

app twox-hash-cli

A cli for the twox-hash crate

1 stable release

1.0.0 Mar 23, 2019

#9 in #xxhash

Custom license

5KB
78 lines

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

Dependencies

~630KB