kyo-schema-msgpack
MessagePack codec for kyo-schema. Provides the MsgPack entry point (MsgPack.encode / MsgPack.decode for the compact binary wire format) for any type with a Schema instance.
Installation
libraryDependencies += "io.getkyo" %% "kyo-schema-msgpack" % "<latest version>"Pulls in kyo-schema (the Schema/Codec core) transitively.
Documentation
See the MsgPack section of the kyo-schema README; everything there applies unchanged — only the artifact name is new.