1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2026-01-08 17:51:57 +00:00

protoio: I/O helpers for protobuf messages

This commit is contained in:
Alberto Bertogli
2016-09-17 23:04:20 +01:00
parent e2fdcb3705
commit 960c348d42
5 changed files with 179 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
syntax = "proto3";
package testpb;
message M {
string content = 1;
}