1 2 3 4 5 6
//! Profile groups. //! //! Enable the `autosar` feature to use AUTOSAR-like profiles. #[cfg(feature = "autosar")] pub mod autosar;