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
//! Sparkplug B Protocol Buffer Types
//!
//! Eclipse Sparkplug B is an MQTT-based industrial IoT data format.
//! This module provides the generated protobuf types for Sparkplug B payloads.

// Include the generated protobuf code at module level
include!(concat!(env!("OUT_DIR"), "/org.eclipse.tahu.protobuf.rs"));