apache / avro-rs

Rust SDK for Apache Avro - a data serialization system.
https://avro.apache.org/
Apache License 2.0
25 stars 10 forks source link

Use custom serde serialization and deserialization for avro decimal #48

Closed ollis closed 2 weeks ago

ollis commented 2 weeks ago

PR for issue: https://github.com/apache/avro-rs/issues/40

martin-g commented 2 weeks ago

Thank you for the contribution, @ollis !