oxirs-stream 0.2.4

Real-time streaming support with Kafka/NATS/MQTT/OPC-UA I/O, RDF Patch, and SPARQL Update delta
Documentation
1
2
3
4
5
6
7
//! # 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::*;