crc 2.0.0

Rust implementation of CRC(16, 32, 64) with support of various standards
Documentation
[package]
name = "crc"
version = "2.0.0"
authors = ["Rui Hu <code@mrhooray.com>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/mrhooray/crc-rs.git"
documentation = "https://docs.rs/crc"
description = "Rust implementation of CRC(16, 32, 64) with support of various standards"
keywords = ["crc", "crc16", "crc32", "crc64", "hash"]
categories = ["algorithms", "no-std"]
edition = "2018"

[dependencies]
crc-catalog = "1.1"

[dev-dependencies]
criterion = "0.3"

[[bench]]
name = "bench"
harness = false