//! Worker-specific configuration types.
//!
//! This module provides lean, purpose-built configs for each worker type:
//!
//! - [`DataWorkerConfig`] — raw ingestion, no synchronisation.
//! - [`MarketWorkerConfig`] — synchronised ingestion with grid alignment.
//!
//! Both share [`CommonWorkerFields`] for exchange, symbol, datatypes, and
//! operational tuning knobs.
pub use ;
pub use ;
pub use ;