shepmaster / twox-hash

A Rust implementation of the XXHash algorithm.
MIT License
361 stars 41 forks source link

Add program to create hashes of strings given to the CLI #96

Open anotherbridge opened 1 year ago

anotherbridge commented 1 year ago

This PR introduces the code for a second binary that will interpret the arguments given via the CLI as strings instead of paths and creates the hash value of the string.