| Crates.io | chksum-writer |
| lib.rs | chksum-writer |
| version | 0.1.0 |
| created_at | 2023-12-21 16:28:03.601813+00 |
| updated_at | 2024-10-06 21:42:54.752537+00 |
| description | A convenient interface for calculating hash digests on the fly while writing data to a writer. |
| homepage | |
| repository | https://github.com/chksum-rs/writer |
| max_upload_size | |
| id | 1077196 |
| size | 17,760 |
A convenient interface for calculating hash digests on the fly while writing data to a writer.
To use this crate, add the following entry to your Cargo.toml file in the dependencies section:
[dependencies]
chksum-writer = "0.1.0"
Alternatively, you can use the cargo add subcommand:
cargo add chksum-writer
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.