1 2 3 4 5 6 7 8 9 10 11 12 13
//! 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`].
//!
//! Reexports:
//! - [`protobuf`]
//!
//! [`Eclipse Tahu`]: https://github.com/eclipse/tahu/blob/master/sparkplug_b/sparkplug_b.proto
//! [`Eclipse Sparkplug project`]: https://sparkplug.eclipse.org
//! [`protobuf`]: https://github.com/stepancheg/rust-protobuf/
pub use protobuf;
include!(concat!(env!("OUT_DIR"), "/protos/mod.rs"));