Protocol Buffers - Google's data interchange format
-
Updated
Jul 22, 2021 - C++
{{ message }}
Protocol Buffers - Google's data interchange format
Go support for Google's protocol buffers
[Looking for new ownership] Protocol Buffers for Go with Gadgets
A curated list of useful resources for gRPC
iOS Debugging Tool
A new way of working with Protocol Buffers.
Protocol Buffers with small code size
Evans: more expressive universal gRPC client
It would be really helpful if we could have a --version flag added to the protoc-gen-validate command to help easily identify the installed version
Currently there is no way to easily identify the installed version
When a user provides the --version flag I think the expected behaviour should be to return the version in stdout and exit immediately
This feature would also make it ea
The Swift language implementation of gRPC.
Go support for Google's protocol buffers
A compiler for APIs described by the OpenAPI Specification with plugins for code generation and other API support tasks.
Protocol Buffers Compiler (protoc) plugin for TypeScript and gRPC-Web.
Google ProtocolBuffers for Apple Swift
Samples and bindings for the Google Assistant API
Generate message validators from .proto annotations.
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)
A pure Elixir implementation of Google Protobuf
gRPC Kotlin Coroutines, Protobuf DSL, Scripting for Protoc
Implementation of the Google Assistant SDK as an Alexa skill
Both the protolock tests and the plugin checks should be fairly straightforward to convert into Actions format.
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.