pub fn checksum<P>(path: P) -> Stringwhere P: Into<PathBuf>,
Get SHA256 hash of a file
See https://rust-lang-nursery.github.io/rust-cookbook/cryptography/hashing.html