gklijs / schema_registry_converter

A crate to convert bytes to something more useable and the other way around in a way Compatible with the Confluent Schema Registry. Supporting Avro, Protobuf, Json schema, and both async and blocking.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clippy warning on enum, can be smaller by using box for suppliedschema

gklijs opened this issue · comments

It's a breaking change, but I don't like to have clippy warning on the library.