2 unstable releases
0.1.0 | Oct 6, 2024 |
---|---|
0.0.0 | Dec 21, 2023 |
#1665 in Cryptography
369 downloads per month
Used in 10 crates
(7 directly)
8KB
144 lines
chksum-reader
A convenient interface for calculating hash digests on the fly while reading data from a reader.
Setup
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
Features
Asynchronous Runtime
async-runtime-tokio
: Enables async interface for Tokio runtime.
By default, neither of these features is enabled.
Examples
For implementation-specific examples, refer to the documentation of the following crates:
License
This crate is licensed under the MIT License.
Dependencies
~0.3–6MB
~37K SLoC