From a71550446beaaaefc4dd7497c110c6402a36e19c Mon Sep 17 00:00:00 2001 From: yjhmelody Date: Tue, 14 Jan 2025 13:25:49 +0800 Subject: [PATCH] feat: reexport prost Signed-off-by: yjhmelody --- src/encoding/protobuf.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/encoding/protobuf.rs b/src/encoding/protobuf.rs index 3c59814..dd35485 100644 --- a/src/encoding/protobuf.rs +++ b/src/encoding/protobuf.rs @@ -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