1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-01-23 07:14:35 +01:00

6 lines
80 B
Protocol Buffer
Raw Normal View History

2018-03-09 10:05:13 +08:00
syntax = "proto3";
message MyObj {
int32 number = 1;
string name = 2;
}