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
//! Profile families entry. Add more families later (common, ethernet, …).

#[cfg(feature = "autosar")]
pub mod autosar;

#[cfg(feature = "autosar")]
pub use autosar::{Profile11, Profile22, P22Crc};