prototext 0.1.2

Lossless protobuf ↔ enhanced-textproto converter
1
2
3
4
5
6
7
#@ prototext: protoc
foo: 1  #@ repeated int64 = 1
bar: -1  #@ repeated int64 = 2
bar: -2  #@ repeated int64 = 2
foo: 2  #@ repeated int64 = 1
foo: 3  #@ repeated int64 = 1
bar: -3  #@ repeated int64 = 2