feat: with complete example and generated code

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-09-24 21:57:24 +02:00
parent c32aab5630
commit dd024ec8fb
13 changed files with 106 additions and 114 deletions

View File

@@ -0,0 +1,5 @@
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct MyInclude {
#[prost(string, tag="1")]
pub name: std::string::String,
}