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 cb403cf Merge branch 'main' into use-bon-builder-style
add b290082 Use `.build()` as a finish_fn for the bon style function
builders
add 73431f1 Use bon function builder for Schema::map() too
No new revisions were added by this update.
Summary of changes:
WARP.md | 237 +++++++++++++++++++++++++++++++++++++++
avro/src/decode.rs | 8 +-
avro/src/encode.rs | 11 +-
avro/src/reader.rs | 2 +-
avro/src/schema/mod.rs | 37 +++---
avro/src/schema_compatibility.rs | 8 +-
avro/src/schema_equality.rs | 48 ++++----
avro/src/serde/derive.rs | 12 +-
avro/src/types.rs | 4 +-
avro/src/writer.rs | 6 +-
10 files changed, 310 insertions(+), 63 deletions(-)
create mode 100644 WARP.md