zopp_proto/
lib.rs

1pub mod zopp {
2    tonic::include_proto!("zopp");
3}
4
5pub use zopp::*;