scirs2-io 0.6.2

Input/Output utilities module for SciRS2 (scirs2-io)
Documentation
//! Advanced Mode Coordinator - Unified Intelligence for I/O Operations
//!
//! This module provides the highest level of intelligent I/O processing by coordinating
//! multiple advanced systems:
//! - Neural adaptive optimization with reinforcement learning
//! - Quantum-inspired parallel processing with superposition algorithms
//! - GPU acceleration with multi-backend support
//! - Advanced memory management and resource allocation
//! - Real-time performance monitoring and self-optimization
//! - Meta-learning for cross-domain adaptation
//! - Emergent behavior detection and autonomous system improvement

pub mod types;
pub mod types_2;

// Re-export all types
pub use types::*;
pub use types_2::*;

#[cfg(test)]
mod tests;