1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-27 10:39:03 +02:00

move to own module

This commit is contained in:
Rob Ede
2020-01-29 11:36:31 +00:00
parent 3ed6519c0c
commit dbd52a48a4
12 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,6 @@
syntax = "proto3";
message MyObj {
int32 number = 1;
string name = 2;
}