(rust) prost: added simple protobuf sample for testing
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// pub mod protest;
|
||||
|
||||
pub mod protest {
|
||||
include!(concat!(env!("OUT_DIR"), "/protest.rs"));
|
||||
}
|
||||
Reference in New Issue
Block a user