chksum-core

Crates.iochksum-core
lib.rschksum-core
version0.1.0
sourcesrc
created_at2023-12-21 16:11:13.897477
updated_at2024-05-03 07:00:08.855855
descriptionCore traits and functions for straightforward hash computation of bytes, files, directories and more.
homepage
repositoryhttps://github.com/chksum-rs/core
max_upload_size
id1077159
size25,038
kgolawski (ventaquil)

documentation

README

chksum-core

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

Core traits and functions for straightforward hash computation of bytes, files, directories and more.

Setup

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

[dependencies]
chksum-core = "0.1.0"

Alternatively, you can use the cargo add subcommand:

cargo add chksum-core

Features

Asynchronous Runtime

  • async-runtime-tokio: Enables async interface for Tokio runtime.

By default, neither of these features is enabled.

Example Crates

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

License

This crate is licensed under the MIT License.

Commit count: 9

cargo fmt