//! IoT Domain CRDTs
//!//! This module provides CRDTs specifically designed for Internet of Things (IoT)
//! distributed coordination, focusing on device management and sensor networks.
pubmoddevices;pubmodsensors;// Re-export main types
pubusedevices::{ConnectionState, DeviceInfo, DeviceRegistry, DeviceStatus};pubusesensors::{ReadingQuality, SensorNetwork, SensorReading, SensorType};