checkpipe 0.2.0

Perform a computation over some bytes passing through some struct
Documentation
[dependencies]

[dev-dependencies.cargo-release]
version = "0.24.10"

[lib]
name = "checkpipe"
path = "src/lib.rs"

[package]
authors = ["Chris Barnes <chrislloydbarnes@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "data-structures", "encoding"]
description = "Perform a computation over some bytes passing through some struct"
edition = "2021"
keywords = ["checksum", "read", "write", "digest", "hash"]
license = "MIT"
name = "checkpipe"
readme = "README.md"
repository = "https://github.com/clbarnes/checkpipe-rs"
version = "0.2.0"

[package.metadata.release]
publish = false