| Crates.io | chksum-core |
| lib.rs | chksum-core |
| version | 0.1.0 |
| created_at | 2023-12-21 16:11:13.897477+00 |
| updated_at | 2024-05-03 07:00:08.855855+00 |
| description | Core traits and functions for straightforward hash computation of bytes, files, directories and more. |
| homepage | |
| repository | https://github.com/chksum-rs/core |
| max_upload_size | |
| id | 1077159 |
| size | 25,038 |
Core traits and functions for straightforward hash computation of bytes, files, directories and more.
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
async-runtime-tokio: Enables async interface for Tokio runtime.By default, neither of these features is enabled.
For implementation-specific examples, refer to the source code of the following crates:
This crate is licensed under the MIT License.