LINUX.ORG.RU

История изменений

Исправление vertexua, (текущая версия) :

textpb ;)

# Textual representation of a protocol buffer.
# This is *not* the binary format used on the wire.
person {
  name: "John Doe"
  email: "jdoe@example.com"
}

И документация сразу в docstrings в .proto файле в сорцах

Исправление vertexua, :

textpb ;)

# Textual representation of a protocol buffer.
# This is *not* the binary format used on the wire.
person {
  name: "John Doe"
  email: "jdoe@example.com"
}

Исходная версия vertexua, :

textpb ;)