ez-hash 1.1.0

Ergonomic hashing helpers with a simple Hashable API and optional algorithm features.
Documentation
1
2
3
4
5
6
mod hash;
mod hashable;

#[allow(unused_imports)]
pub use hash::*;
pub use hashable::Hashable;