e2e-protection 0.4.0

End-to-End protection core with pluggable profiles. AUTOSAR profile family is optional via feature
Documentation
1
2
3
4
5
6
//! Profile groups.
//!
//! Enable the `autosar` feature to use AUTOSAR-like profiles.

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