crc-catalog 2.0.0

Catalog of CRC algorithms (generated from http://reveng.sourceforge.net/crc-catalogue) expressed as simple Rust structs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "crc-catalog"
version = "2.0.0"
authors = ["Akhil Velagapudi <akhilvelagapudi@gmail.com>"]
edition = "2021"
description = "Catalog of CRC algorithms (generated from http://reveng.sourceforge.net/crc-catalogue) expressed as simple Rust structs."
repository = "https://github.com/akhilles/crc-catalog.git"
readme = "README.md"
keywords = ["crc"]
categories = ["no-std", "network-programming"]
license = "MIT OR Apache-2.0"

exclude = ["generate_catalog.sh"]

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]