flavray / avro-rs

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

Update to snap 1.0 and fix Clippy warnings #199

Closed graelo closed 2 years ago

graelo commented 2 years ago

Should also fix the clippy warnings in https://github.com/flavray/avro-rs/pull/184 @sycured

martin-g commented 2 years ago

This is already fixed at https://github.com/apache/avro/tree/master/lang/rust. I don't know the history of the ownership transfer to Apache Avro but this crate has been donated to Apache and now all new development will be there.

graelo commented 2 years ago

Thanks @martin-g, I had no idea.

@flavray could you update the readme and the published crate? There is no mention of the Apache Avro version

image