-
Updated
Dec 18, 2020 - C++
#
protocol-buffers
Here are 548 public repositories matching this topic...
Protocol Buffers - Google's data interchange format
Protocol Buffers for Go with Gadgets
-
Updated
Dec 19, 2020 - Go
A curated list of useful resources for gRPC
-
Updated
Dec 14, 2020
iOS Debugging Tool 🚀
debugger
swift
debugging
ios
networking
log
objective-c
network
cocoapods
sandbox
logger
protocol-buffers
logging
debug
logging-library
network-monitoring
network-analysis
debugging-tool
nslog
dotzux
cocoadebug
-
Updated
Dec 9, 2020 - Swift
Protocol Buffers with small code size
-
Updated
Dec 5, 2020 - C
Evans: more expressive universal gRPC client
-
Updated
Dec 9, 2020 - Go
-
Updated
Dec 18, 2020 - Go
The Swift language implementation of gRPC.
-
Updated
Dec 18, 2020 - Swift
2
howardjohn
commented
Oct 28, 2020
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
macos
swift
ios
networking
protobuf
carthage
protocol-buffers
protoc
protobuf-compiler
protobuf-swift
-
Updated
Oct 2, 2020 - Swift
Protocol Buffers Compiler (protoc) plugin for TypeScript and gRPC-Web.
-
Updated
Dec 15, 2020 - TypeScript
Samples and bindings for the Google Assistant API
-
Updated
Mar 4, 2020 - Python
A compiler for APIs described by the OpenAPI Specification with plugins for code generation and other API support tasks.
-
Updated
Dec 6, 2020 - Go
Generate message validators from .proto annotations.
-
Updated
Sep 6, 2020 - Go
Go support for Google's protocol buffers
-
Updated
Dec 8, 2020 - Go
Reflection (Rich Descriptors) for Go Protocol Buffers
-
Updated
Dec 10, 2020 - Go
A low-level, lightweight protocol buffers implementation in JavaScript.
-
Updated
Jun 30, 2020 - JavaScript
oferb
commented
Sep 15, 2018
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)
-
Updated
Oct 21, 2019 - Python
-
Updated
Dec 13, 2020 - Python
Implementation of the Google Assistant SDK as an Alexa skill
nodejs
skills
alexa-skills-kit
protocol-buffers
alexa-skill
node-js
amazon-polly
google-assistant
google-assistant-api
alexa-assistant
-
Updated
Sep 2, 2020 - JavaScript
A pure Elixir implementation of Google Protobuf
-
Updated
Dec 18, 2020 - Elixir
gRPC Kotlin Coroutines, Protobuf DSL, Scripting for Protoc
kotlin
protobuf
protocol-buffers
coroutines
grpc
code-generation
kotlin-script
kotlin-coroutines
grpc-java
protoc-plugin
protoc-grpc-plugin
grpc-kotlin
-
Updated
Dec 18, 2020 - Kotlin
Protocol Buffer companion tool. Track your .proto files and prevent changes to messages and services which impact API compatibility.
-
Updated
Dec 20, 2019 - Go
parser for Google ProtocolBuffers definition
-
Updated
May 26, 2020 - Go
Improve this page
Add a description, image, and links to the protocol-buffers topic page so that developers can more easily learn about it.
Add this topic to your repo
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.