This is an automated email from the ASF dual-hosted git repository.
kriskras99 pushed a change to branch fix/derive_string_matching
in repository https://gitbox.apache.org/repos/asf/avro-rs.git
from 57867cc fix(derive): do not match type by name
add 608a537 feat: Implement `AvroSchemaComponent` for more types and
simplify the derive
No new revisions were added by this update.
Summary of changes:
avro/src/schema.rs | 109 ++++++++++++++++++++-
avro_derive/src/lib.rs | 46 ++++-----
avro_derive/tests/derive.rs | 57 +++++++++++
.../ui/{avro_rs_373_skip.rs => avro_rs_401_ptr.rs} | 4 +-
avro_derive/tests/ui/avro_rs_401_ptr.stderr | 5 +
.../{avro_rs_373_skip.rs => avro_rs_401_tuple.rs} | 4 +-
avro_derive/tests/ui/avro_rs_401_tuple.stderr | 5 +
...skip.rs => avro_rs_401_unknown_type_variant.rs} | 4 +-
.../ui/avro_rs_401_unknown_type_variant.stderr | 5 +
9 files changed, 204 insertions(+), 35 deletions(-)
copy avro_derive/tests/ui/{avro_rs_373_skip.rs => avro_rs_401_ptr.rs} (95%)
create mode 100644 avro_derive/tests/ui/avro_rs_401_ptr.stderr
copy avro_derive/tests/ui/{avro_rs_373_skip.rs => avro_rs_401_tuple.rs} (95%)
create mode 100644 avro_derive/tests/ui/avro_rs_401_tuple.stderr
copy avro_derive/tests/ui/{avro_rs_373_skip.rs =>
avro_rs_401_unknown_type_variant.rs} (95%)
create mode 100644 avro_derive/tests/ui/avro_rs_401_unknown_type_variant.stderr