chksum-hash-core 0.0.0

Core traits and functions for batch and stream hash computation.
Documentation
  • Coverage
  • 100%
    19 out of 19 items documented0 out of 14 items with examples
  • Size
  • Source code size: 14.51 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.27 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • chksum-rs/hash-core
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ventaquil

chksum-hash-core

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

Core traits and functions for batch and stream hash computation.

Setup

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

[dependencies]
chksum-hash-core = "0.0.0"

Alternatively, you can use the cargo add subcommand:

cargo add chksum-hash-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.