Available on crate feature
async only.Expand description
Helpers that calcutate the hash of the data written and count the number of bytes written.
Functionsยง
- copy_
buf_ hashed - Asynchronously copies the entire contents of a reader into a writer while hashing.
- copy_
buf_ sha256 - Asynchronously copies the entire contents of a reader into a writer while hashing.
- copy_
hashed - Asynchronously copies the entire contents of a reader into a writer while hashing.
- copy_
sha256 - Asynchronously copies the entire contents of a reader into a writer while hashing.