e2e-protection 0.3.0

End-to-End protection core with pluggable profiles. AUTOSAR (P11/P22) profile family is optional via feature
Documentation
1
2
3
4
5
6
7
//! AUTOSAR profiles (P11, P22). Feature-gated by `features = ["autosar"]`.

pub mod p11;
pub mod p22;

pub use p11::Profile11;
pub use p22::{Profile22, P22Crc};