#
protoc-plugin
Here are 29 public repositories matching this topic...
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
Compile protocol buffer messages to TypeScript.
typescript
protocol-buffers
grpc
enums
grpc-web
grpc-client
protoc-plugin
proto-files
grpc-node
protoc-gen
grpc-typescript
-
Updated
May 13, 2022 - TypeScript
protoc plugin to generate to Go's net/http converter
-
Updated
Nov 23, 2021 - Go
Library for writing protoc plugins in Go; also includes a pure-Go protoc replacement
-
Updated
Feb 15, 2022 - Go
GRPC SQL and Spanner persistence layer
-
Updated
Oct 21, 2021 - Go
A starter kit for building protoc plugins. Rather than write your own, you can just use an existing one.
-
Updated
Feb 15, 2022 - Go
A protoc compiler plugin for Clojure applications
serialization
protobuf
protocol-buffers
grpc
pedestal
protobuf-compiler
protoc-plugin
google-protocol-buffer
-
Updated
Mar 3, 2022 - Clojure
Conjures up convenient OCaml types and serialization functions based on protobuf definition files
-
Updated
Apr 1, 2021 - OCaml
avro-protobuf in Go
-
Updated
May 26, 2020 - Go
protoc-gen-openapi is a plugin for the Google protocol buffer compiler to generate openAPI V3 spec for any given input protobuf.
-
Updated
Sep 7, 2019 - Go
Protocol Buffers Compiler(protoc) plugin for TypeScript - Generate definition file(d.ts)
-
Updated
Jul 31, 2021 - TypeScript
EXPERIMENTAL work to automatically generate graphql server as aggregate server to serve gRPC backed service
-
Updated
Oct 25, 2021 - Go
A protoc plugin to generate code that implements uber-go/zap zapcore.ObjectMarshaler
-
Updated
Apr 24, 2022 - Go
Protoc plugin that generates python stubs
-
Updated
Jul 26, 2018 - Python
-
Updated
Dec 18, 2018 - Shell
A grpc-web implementation that uses the fetch API (or XMLHTTPRequest)
-
Updated
Oct 18, 2021 - JavaScript
Senbei (煎餅, 🍘 ) is a protocol buffers' third party plugin for generating gRPC cli snippets
-
Updated
Jan 3, 2019 - Go
Docker image for generating gRPC services for Typescript
-
Updated
Aug 14, 2019 - Dockerfile
Protocol buffers plugin that adds serialization/deserialization methods to ( such as json, map[string]interface{}) to generated go files
-
Updated
May 21, 2019 - Go
protoc plugin that generates http client with advanced features like circuit breaking to generated go files
-
Updated
May 21, 2019 - Go
-
Updated
Mar 29, 2022 - Go
A Twirp RPC OpenAPI generator implemented as `protoc` plugin
-
Updated
Feb 12, 2022 - Go
The `protoc` compiler plugin which dumps the generation request details
-
Updated
Feb 10, 2022 - Go
protoc-gen-bazel is a Bazel build file generator which generates typescript code from protocol buffers
-
Updated
Jan 4, 2019 - Python
Improve this page
Add a description, image, and links to the protoc-plugin topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the protoc-plugin topic, visit your repo's landing page and select "manage topics."
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.