oxirs-stream 0.2.2

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
//! Quantum performance monitoring

/// Quantum performance monitor
pub struct QuantumPerformanceMonitor;

impl QuantumPerformanceMonitor {
    pub fn new() -> Self {
        Self
    }
}