feat: generate with serializers

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-09-24 21:09:40 +02:00
parent fb20207593
commit c32aab5630
11 changed files with 242 additions and 126 deletions

View File

@@ -0,0 +1,7 @@
syntax = "proto3";
package basic.includes.my_include;
message MyInclude {
string name = 1;
}