e2e-protection 0.4.0

End-to-End protection core with pluggable profiles. AUTOSAR profile family is optional via feature
Documentation
[dependencies.crc]
version = "3"

[features]
autosar = []
default = []

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["embedded", "network-programming", "algorithms"]
description = "End-to-End protection core with pluggable profiles. AUTOSAR profile family is optional via feature"
edition = "2021"
keywords = ["crc", "autosar", "can", "safety", "e2e"]
license = "MIT OR Apache-2.0"
name = "e2e-protection"
readme = "README.md"
repository = "https://github.com/handohun/e2e-protection"
version = "0.4.0"

[package.metadata.docs.rs]
features = ["autosar"]
rustdoc-args = ["--cfg", "docsrs"]