#reader #hash #digest #checksum

chksum-reader

A convenient interface for calculating hash digests on the fly while reading data from a reader

1 unstable release

0.0.0 Dec 21, 2023

#106 in #digest

31 downloads per month
Used in 8 crates (7 directly)

MIT license

5KB
72 lines

chksum-reader

GitHub Build docs.rs MSRV deps.rs unsafe forbidden LICENSE

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.0.0"

Alternatively, you can use the cargo add subcommand:

cargo add chksum-reader

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–0.8MB
~19K SLoC