Skip to main content

hermes_proto/
lib.rs

1pub mod hermes {
2    pub mod broker {
3        pub mod v1 {
4            tonic::include_proto!("hermes.broker.v1");
5        }
6    }
7}
8
9pub use hermes::broker::v1::*;
10
11pub const FILE_DESCRIPTOR_SET: &[u8] =
12    include_bytes!(concat!(env!("OUT_DIR"), "/hermes_descriptor.bin"));