46 repos across 2 sub-areas
Libraries and tools for working with Protocol Buffers across multiple programming languages, including serialization/deserialization, code generation, and runtime support. The cluster spans Go, Java, TypeScript, and other languages with implementations ranging from lightweight alternatives like QuickBuffers to full-featured protoc plugin systems like protoc-jar. Most repos focus on either language-specific bindings, compiler enhancements, or schema management utilities.
Cluster 633804
37 repos
Protocol Buffers tooling and validation
9 repos
Go-based tools and libraries for working with Protocol Buffers, including linting, code generation, schema validation, and lock file management. This cluster covers the ecosystem around protobuf development workflow—from buf (a modern protobuf CLI and package manager) and prototool (unified protobuf tooling) to specialized validators like protovalidate-go and schema locking via protolock. Most repositories focus on improving the developer experience and reliability of protobuf-based systems, particularly in gRPC contexts.