sparkplug-rs-0.3.0 has been yanked.
sparkplug-rs
Rust protobuf payload for Sparkplug.
The structs are generated with the protobuf IDL of the Eclipse Tahu
project. For more information
look at the homepage of the Eclipse Sparkplug project
.
MQTT Topic Names
This crate provides a convenient way to handle MQTT topic names with [TopicName].
Examples
let node = new_node_message;
assert_eq!;
let topic: TopicName = from_str.unwrap;
assert_eq!;
License: EPL-2.0