1 2 3 4 5
//! A simple, easy to use library for hashing using sha256 pub use hash::sha256; pub mod hash;