This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a change to branch use-bon-builder-style
in repository https://gitbox.apache.org/repos/asf/avro-rs.git
from d924152 Re-add the docstring for the convenience Reader::new() ctor
add 091aebd Rename Reader's schema to reader_schema for more clarity
No new revisions were added by this update.
Summary of changes:
avro/benches/serde.rs | 2 +-
avro/examples/benchmark.rs | 2 +-
avro/src/documentation/dynamic.rs | 4 +-
avro/src/lib.rs | 7 +++-
avro/src/reader.rs | 18 ++++----
avro/src/schema_compatibility.rs | 8 +++-
avro/src/serde/ser_schema.rs | 4 +-
avro/src/writer.rs | 4 +-
avro/tests/schema.rs | 68 +++++++++++++++++++++++--------
avro/tests/shared.rs | 4 +-
avro/tests/to_from_avro_datum_schemata.rs | 2 +-
avro/tests/union_schema.rs | 2 +-
avro_derive/tests/derive.rs | 2 +-
avro_derive/tests/serde.rs | 4 +-
14 files changed, 91 insertions(+), 40 deletions(-)