jsonhash 0.2.0

A command-line tool to generate hash values for files. SHA256 and MD5. Output and Error messages in JSON format.
Documentation
1
2
3
pub trait Outputer {
    fn output(&self, data: &str) -> String;
}