spiegela opened a new pull request, #1950: URL: https://github.com/apache/avro/pull/1950
## What is the purpose of the change This change improves Avro rust library usability, adding type conversions directly to/from a user struct or enum into a `apache_avro::types::Value`. Specifically it adds the following elements: * `AvroValue` trait to add `TryFrom<Value> for ...` and `From<X> for Value` * A derive macro for `AvroValue` supporting both basic and complex field schemas ## Verifying this change This change added tests and can be verified as follows: - Added unit tests to check derive macro compilation in `rust/avro/derive` crate ## Documentation - Does this pull request introduce a new feature? **yes** - If yes, how is the feature documented? Doc comments added to `rust/avro/derive` crate -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
