hashing-copy 0.3.0

Copies from a Read to a Write, hashing the content with a Digest along the way. Allowing you to hash large files while copying them to avoid having to read them out again
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "hashing-copy"
version = "0.3.0"
authors = ["Richo Healey <richo@psych0tik.net>"]
license = "MIT"
description = """Copies from a Read to a Write, hashing the content with a Digest
along the way. Allowing you to hash large files while copying them to avoid
having to read them out again"""
repository = "https://github.com/richo/hashing-copy"

[dependencies]
digest = "0.8.0"

[dev-dependencies]
sha2 = "0.8.0"
hex-literal= "0.1.1"