Protocol Buffers - Google's data interchange format
-
Updated
Dec 18, 2020 - C++
{{ message }}
Protocol Buffers - Google's data interchange format
Protocol Buffers for Go with Gadgets
A curated list of useful resources for gRPC
iOS Debugging Tool
Protocol Buffers with small code size
Evans: more expressive universal gRPC client
The Swift language implementation of gRPC.
Errors today look like "value length must be at least " '\x01' " runes"
Seems this would be far easier to read if it was just "value length must be at least 1 runes"
Google ProtocolBuffers for Apple Swift
Protocol Buffers Compiler (protoc) plugin for TypeScript and gRPC-Web.
Samples and bindings for the Google Assistant API
A compiler for APIs described by the OpenAPI Specification with plugins for code generation and other API support tasks.
Generate message validators from .proto annotations.
Go support for Google's protocol buffers
Reflection (Rich Descriptors) for Go Protocol Buffers
A low-level, lightweight protocol buffers implementation in JavaScript.
This might be faster:
git clone /path/to/base/head/startup-os
We could also probably do:
git clone file:///path/to/base/head/startup-os --depth=1
This tool was created during our research at Checkpoint Software Technologies on Whatsapp Protocol (This repository will be updated after BlackHat 2019)
Implementation of the Google Assistant SDK as an Alexa skill
A pure Elixir implementation of Google Protobuf
gRPC Kotlin Coroutines, Protobuf DSL, Scripting for Protoc
Protocol Buffer companion tool. Track your .proto files and prevent changes to messages and services which impact API compatibility.
parser for Google ProtocolBuffers definition
Add a description, image, and links to the protocol-buffers topic page so that developers can more easily learn about it.
To associate your repository with the protocol-buffers topic, visit your repo's landing page and select "manage topics."
protobuf.js version: 6.8.8
For enumerations defined in proto3, the switch statement generated by pbjs triggers the eslint warning default-case since there is no default case. This should be added to the list of eslint-disable rules in the header comment of the generated source file.