//! Automotive Domain CRDTs
//!//! This module provides CRDTs specifically designed for automotive applications,
//! with ISO 26262 safety compliance and ECU coordination patterns.
pubmodsafety;pubmodsensors;// Re-export main types
pubusesafety::{ASILLevel, SafetyCRDT, SafetyLevel};pubusesensors::{ReliabilityLevel, SensorFusion, SensorReading};