crc 3.2.1

Rust implementation of CRC with support of various standards
Documentation
[[bench]]
harness = false
name = "bench"
[dependencies.crc-catalog]
version = "2.4.0"
[dev-dependencies.criterion]
version = "0.4"

[package]
authors = ["Rui Hu <code@mrhooray.com>", "Akhil Velagapudi <4@4khil.com>"]
categories = ["algorithms", "no-std"]
description = "Rust implementation of CRC with support of various standards"
documentation = "https://docs.rs/crc"
edition = "2021"
keywords = ["crc", "crc16", "crc32", "crc64", "hash"]
license = "MIT OR Apache-2.0"
name = "crc"
readme = "README.md"
repository = "https://github.com/mrhooray/crc-rs.git"
rust-version = "1.65"
version = "3.2.1"