crc-catalog 1.1.1

Catalog of CRC algorithms (generated from http://reveng.sourceforge.net/crc-catalogue) expressed as simple Rust structs.
Documentation
[package]
authors = ["Akhil Velagapudi <akhilvelagapudi@gmail.com>"]
categories = ["no-std", "network-programming"]
description = "Catalog of CRC algorithms (generated from http://reveng.sourceforge.net/crc-catalogue) expressed as simple Rust structs."
edition = "2018"
keywords = ["crc"]
license = "MIT OR Apache-2.0"
name = "crc-catalog"
readme = "README.md"
repository = "https://github.com/akhilles/crc-catalog.git"
version = "1.1.1"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]