protobuf-src 2.1.1+27.1

Build system integration for libprotobuf.
Documentation
1
2
3
4
5
6
7
8
syntax = "proto3";

package debug;

message DebugMsg {
  int32 id = 1;
  string secret_user_data = 2 [debug_redact = true];
}