hashes 0.1.9

Rust implementation of cryptographic hash function algorithms
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[cfg(doctest)]
mod test_readme {
    macro_rules! doc_test {
        ($x:expr) => {
            #[doc = $x]
            extern "C" {}
        };
    }

    doc_test!(include_str!("../README.md"));
}