prototext 0.1.2

Lossless protobuf ↔ enhanced-textproto converter
1
2
3
4
5
6
7
8
#@ prototext: protoc
stringOp: "Hello, World!"  #@ string = 29
bytesOp: "\000\001\002\003\004"  #@ bytes = 32
stringRp: "First"  #@ repeated string = 49
stringRp: "Second"  #@ repeated string = 49
stringRp: "Third"  #@ repeated string = 49
bytesRp: "alpha"  #@ repeated bytes = 52
bytesRp: "beta"  #@ repeated bytes = 52