kjuulh 38f41db98c
feat: with example code
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-09-24 16:27:06 +02:00

8 lines
101 B
Protocol Buffer

syntax = "proto3";
package test.can.generate.output.rust;
message MyEvent {
string name = 1;
}