Skip to content

Commit

Permalink
feat: reexport prost
Browse files Browse the repository at this point in the history
Signed-off-by: yjhmelody <[email protected]>
  • Loading branch information
yjhmelody committed Jan 14, 2025
1 parent cbde2cb commit a715504
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/encoding/protobuf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
//! assert_eq!("This is my counter.", family.help);
//! ```

// re-export
pub use prost;

// Allowing some lints here as the `openmetrics.rs` is an automatically generated file.
#[allow(missing_docs, clippy::derive_partial_eq_without_eq)]
/// Data models that are automatically generated from OpenMetrics protobuf
Expand Down

0 comments on commit a715504

Please sign in to comment.