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 73431f1  Use bon function builder for Schema::map() too
     add 7554dce  Use Bon function style builder for Reader constructors

No new revisions were added by this update.

Summary of changes:
 WARP.md                                   | 237 ------------------------------
 avro/benches/serde.rs                     |   2 +-
 avro/examples/benchmark.rs                |   4 +-
 avro/src/documentation/dynamic.rs         |   4 +-
 avro/src/lib.rs                           |   7 +-
 avro/src/reader.rs                        |  70 ++++-----
 avro/src/schema_compatibility.rs          |   4 +-
 avro/src/serde/ser_schema.rs              |   2 +-
 avro/src/writer.rs                        |   2 +-
 avro/tests/schema.rs                      |  34 ++---
 avro/tests/shared.rs                      |  12 +-
 avro/tests/to_from_avro_datum_schemata.rs |   5 +-
 avro/tests/union_schema.rs                |   5 +-
 avro_derive/tests/derive.rs               |   5 +-
 avro_derive/tests/serde.rs                |   2 +-
 15 files changed, 82 insertions(+), 313 deletions(-)
 delete mode 100644 WARP.md

Reply via email to