kyo-schema-protobuf
Protocol Buffers codec for kyo-schema. Provides the Protobuf entry point (Protobuf.encode / Protobuf.decode for the binary wire format, and Protobuf.ProtoSchema for .proto schema export) for any type with a Schema instance.
Installation
libraryDependencies += "io.getkyo" %% "kyo-schema-protobuf" % "<latest version>"Pulls in kyo-schema (the Schema/Codec core) transitively.
Documentation
See the Protobuf section of the kyo-schema README; everything there applies unchanged — only the artifact name is new.
This module's test suites (ProtobufTest, ProtobufConformanceTest, CodecTest) live in the repo's unpublished kyo-schema-tests module because they assert against other formats' output and share fixtures with cross-format suites.