Here are
153 public repositories
matching this topic...
Protocol Buffers - Google's data interchange format
Your Swiss Army Knife for Protocol Buffers
A new way of working with Protocol Buffers.
Documentation generator plugin for Google Protocol Buffers
Protocol Buffers Compiler (protoc) plugin for TypeScript and gRPC-Web.
Updated
Apr 8, 2022
TypeScript
Google ProtocolBuffers for Apple Swift
Updated
Oct 2, 2020
Swift
A pure Elixir implementation of Google Protobuf.
Updated
Apr 22, 2022
Elixir
📂 generic protocol generator based on golang's text/template (grpc/protobuf)
Bazel rules for building protocol buffers and gRPC services (java, c++, go, ...)
Updated
Feb 11, 2022
Python
transforming your .proto files into .dot files (and .svg, .png if you happen to have graphviz installed)
Protocol Buffers Dynamic Schema - create protobuf schemas programmatically
Protocol Buffers protobuf maven plugin - based on protoc-jar multi-platform executable protoc JAR
Updated
Feb 11, 2022
Java
A fast, easy to use and 100% conformant Elixir library for Google Protocol Buffers (aka protobuf)
Updated
Apr 7, 2022
Elixir
Useful extensions for the grpc-java library
Maven Plugin that executes the Protocol Buffers (protoc) compiler
Updated
Apr 11, 2022
Java
A package-at-a-time wrapper for protoc, for generating Go protobuf code.
Kotlin Code Generator and Runtime for Protocol Buffers
Updated
Mar 17, 2022
Kotlin
Protocol Buffers protobuf compiler - multi-platform executable protoc JAR and API
An all-inclusive protoc Docker image
Updated
Apr 14, 2022
Dockerfile
protoc plugin to generate to Go's net/http converter
A starter kit for building protoc plugins. Rather than write your own, you can just use an existing one.
protoc-gen-go patch utility
Some useful Go's protoc plugins.
Makefile setup for our Golang projects.
Updated
Apr 25, 2022
Makefile
Generate Kotlin gRPC client libraries from Protocol Buffer definitions.
Updated
Apr 25, 2022
Kotlin
基于云风的sproto二进制标准上的描述文件及代码生成工具
GitHub Action to setup the protoc compiler for protocol buffers
Updated
Apr 11, 2022
TypeScript
Improve this page
Add a description, image, and links to the
protoc
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
protoc
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
The less than/greater than checks should check if the input value is NaN. NaN is defined to not be equal to any other number, and all numerical comparisons yield false. Therefore, if I have a field that's annotated with (for example)
(validate.rules).double.gt = 0, that field should fail validation if given NaN.