28 repos
Libraries and runtimes for Protocol Buffers (protobuf), Google's language-neutral serialization format, across multiple programming languages. This cluster centers on implementations and validation tools for protobuf message encoding/decoding, with particularly strong coverage in Go, C++, and Python. Beyond the core serialization mechanics, the cluster includes validation frameworks like protovalidate that add constraint-checking capabilities to protobuf messages, as well as alternative implementations optimized for performance (QuickBuffers). Developers working on distributed systems, microservices, or polyglot environments would find practical tooling here for efficient data interchange.