checksums 0.9.1

Tool for making/verifying checksums of directory trees
Documentation
1
2
3
4
5
use self::super::hash_string;
use md5::{Md5, Digest};

hash_func_write!(Md5::new(),
                 |ctx: Md5| hash_string(&*ctx.finalize()));