Crates.io | twox-hash-cli |
lib.rs | twox-hash-cli |
version | 1.0.0 |
source | src |
created_at | 2019-03-23 01:09:20.963834 |
updated_at | 2019-03-23 01:09:20.963834 |
description | A cli for the twox-hash crate |
homepage | |
repository | https://github.com/jonfk/twox-hash-cli |
max_upload_size | |
id | 123215 |
size | 5,689 |
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