chksum-reader

Crates.iochksum-reader
lib.rschksum-reader
version
sourcesrc
created_at2023-12-21 16:18:05.197471
updated_at2024-10-06 21:42:57.730194
descriptionA convenient interface for calculating hash digests on the fly while reading data from a reader.
homepage
repositoryhttps://github.com/chksum-rs/reader
max_upload_size
id1077187
Cargo.toml error:TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
kgolawski (ventaquil)

documentation

README

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

Commit count: 6

cargo fmt