A convenient interface for calculating hash digests on the fly while reading data from a reader.
To use this crate, add the following entry to your Cargo.toml
file in the dependencies
section:
[dependencies]
chksum-reader = "0.1.0"
Alternatively, you can use the cargo add
subcommand:
cargo add chksum-reader
async-runtime-tokio
: Enables async interface for Tokio runtime.
By default, neither of these features is enabled.
For implementation-specific examples, refer to the documentation of the following crates:
This crate is licensed under the MIT License.