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
8
9
10
11
12
13
14
//! # Cloud-Native Integration Module
//!
//! Comprehensive Kubernetes and service mesh integration for OxiRS Stream,
//! providing enterprise-grade cloud-native deployment, scaling, and management capabilities.
//!
//! ## Refactored Module Structure
//!
//! This module has been refactored from a single 2796-line file into a well-organized
//! modular structure. See `cloud_native` submodule for implementation details.

mod cloud_native;

// Re-export everything from the modular implementation
pub use cloud_native::*;