This is an automated email from the ASF dual-hosted git repository.
kriskras99 pushed a change to branch fix/avro_schema_flatten
in repository https://gitbox.apache.org/repos/asf/avro-rs.git
from 79b30c7 fix: `flatten` no longer causes duplicate names
add 8a9f496 feat: Use macros to reduce code duplication when implementing
`AvroSchemaComponent`
add c440511 fix: Add more tests
No new revisions were added by this update.
Summary of changes:
avro/src/serde/derive.rs | 166 ++++++++++++----------------------------
avro/tests/get_record_fields.rs | 65 ++++++++++++++++
avro_derive/tests/derive.rs | 132 +++++++++++++++++++++++++++++---
3 files changed, 235 insertions(+), 128 deletions(-)
create mode 100644 avro/tests/get_record_fields.rs