pub fn digest_sha256_from_path(filepath: &Path) -> RecordDigest
Expand description

Generates the native sha256 digest of a file.

Arguments

  • filepath - Absolute path to file to calculate digest for.