Skip to content

Commit a715504

Browse files
committed
feat: reexport prost
Signed-off-by: yjhmelody <[email protected]>
1 parent cbde2cb commit a715504

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/encoding/protobuf.rs

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
//! assert_eq!("This is my counter.", family.help);
2323
//! ```
2424
25+
26+
// re-export
27+
pub use prost;
28+
2529
// Allowing some lints here as the `openmetrics.rs` is an automatically generated file.
2630
#[allow(missing_docs, clippy::derive_partial_eq_without_eq)]
2731
/// Data models that are automatically generated from OpenMetrics protobuf

0 commit comments

Comments
 (0)