flavray / avro-rs

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

Fix encoding of Uuid's that come from Serde #188

Open AlexRiedler opened 3 years ago

AlexRiedler commented 3 years ago

Not sure if there is another way to complete this, I am relatively new to Rust so don't quite understand if we can tame Serde somehow to convert to Value::Uuid.

simon-an commented 3 years ago

Can this please be merged?