chksum-core 0.0.0

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

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

Alternatively, you can use the cargo add subcommand:

cargo add chksum-core

Example Crates

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

License

This crate is licensed under the MIT License.