lerouxrgd / rsgen-avro

Command line and library for generating Rust types from Avro schemas
MIT License
36 stars 29 forks source link

WIP: Rework against potential schema binding changes in avro-rs #16

Closed GregBowyer closed 2 years ago

GregBowyer commented 3 years ago

This is just a wip for now its unlikly to work (and doesnt fully build!).

This is to get a sense of how disruptive https://github.com/flavray/avro-rs/pull/99 would be in terms of downstream crates (like this one).

I outline it for comments.

lerouxrgd commented 3 years ago

Thank you for making this PR beforehand !

I guess all the changes are OK, let's see how it goes after the final changes on avro-rs side.

martin-g commented 2 years ago

This is obsolete now with the move to apache-avro (#26 )

lerouxrgd commented 2 years ago

Indeed I am closing this as it is not relevant anymore.