crc-correction 1.0.0

CRC Correction
Documentation
[dependencies.crc]
version = "3.3.0"

[dependencies.sort-const]
version = "1.0.1"

[dev-dependencies.proptest]
version = "1.7.0"

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

[package]
authors = ["Cameron Duff <cameron@m4c.ro>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "no-std", "no-std::no-alloc"]
description = "CRC Correction"
edition = "2024"
homepage = "https://github.com/m4c-ro/crc-correction"
keywords = ["crc", "error", "correction"]
license = "MIT OR Apache-2.0"
name = "crc-correction"
readme = "README.md"
repository = "https://github.com/m4c-ro/crc-correction"
version = "1.0.0"

[[test]]
name = "api"
path = "tests/api.rs"

[[test]]
name = "validate_16"
path = "tests/validate_16.rs"

[[test]]
name = "validate_32"
path = "tests/validate_32.rs"

[[test]]
name = "validate_64"
path = "tests/validate_64.rs"