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
//! Quantum streaming module components

pub mod algorithms;
pub mod processor;
pub mod types;

// Re-export main types
pub use algorithms::*;
pub use types::*;