//! # Quantum-Enhanced Stream Processing Module
//!
//! This module has been refactored into a modular structure to comply with file size limits.
//! The implementation is now split across the quantum_stream_processor/ directory.
// Re-export the modular quantum stream processor
pub use quantum_stream_processor::*;