hashstream 0.1.0

A simple utility to hash stdin and return results on stdout
Documentation
1
2
3
4
mod hashes;
pub use hashes::*;
mod hex_table;
pub use hex_table::*;