We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbde2cb commit a715504Copy full SHA for a715504
src/encoding/protobuf.rs
@@ -22,6 +22,10 @@
22
//! assert_eq!("This is my counter.", family.help);
23
//! ```
24
25
+
26
+// re-export
27
+pub use prost;
28
29
// Allowing some lints here as the `openmetrics.rs` is an automatically generated file.
30
#[allow(missing_docs, clippy::derive_partial_eq_without_eq)]
31
/// Data models that are automatically generated from OpenMetrics protobuf
0 commit comments