Skip to content

Commit e07ac15

Browse files
committed
feat: reexport prost
1 parent cbde2cb commit e07ac15

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/encoding/protobuf.rs

Lines changed: 4 additions & 0 deletions
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)