flavray / avro-rs

Avro client library implementation in Rust
MIT License
169 stars 95 forks source link

make ser public #163

Closed KannarFr closed 3 years ago

KannarFr commented 3 years ago

close https://github.com/flavray/avro-rs/issues/162

Make ser public to enable https://serde.rs/transcode.html Json to Avro for example.

poros commented 3 years ago

Fair enough, but we tried for a long time not to expand the interface to the ser module to allow us to change the internals without breaking any clients. Would you need the entire module or would you be fine just making the Serializer public?

KannarFr commented 3 years ago

@poros Thanks for your answer. I tried to use avro-rs customly, and finally didn't need this. Let's close it.