chksum-writer

Crates.iochksum-writer
lib.rschksum-writer
version0.0.0
sourcesrc
created_at2023-12-21 16:28:03.601813
updated_at2023-12-21 16:28:03.601813
descriptionA convenient interface for calculating hash digests on the fly while writing data to a writer.
homepage
repositoryhttps://github.com/chksum-rs/writer
max_upload_size
id1077196
size13,379
kgolawski (ventaquil)

documentation

README

chksum-writer

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

A convenient interface for calculating hash digests on the fly while writing data to a writer.

Setup

To use this crate, add the following entry to your Cargo.toml file in the dependencies section:

[dependencies]
chksum-writer = "0.0.0"

Alternatively, you can use the cargo add subcommand:

cargo add chksum-writer

Examples

For implementation-specific examples, refer to the documentation of the following crates:

License

This crate is licensed under the MIT License.

Commit count: 1

cargo fmt