proto_builder_trait/
lib.rs

1#[cfg(feature = "prost")]
2pub mod prost;
3#[cfg(feature = "tonic")]
4pub mod tonic;
5
6mod utils;