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 51df767 Add Schema::record() builder
add 36c4522 Extract the builder methods and their tests into a module.
No new revisions were added by this update.
Summary of changes:
avro/src/schema/builders.rs | 293 ++++++++++++++++++++++++++++++++++++++++++++
avro/src/schema/mod.rs | 262 +--------------------------------------
2 files changed, 294 insertions(+), 261 deletions(-)
create mode 100644 avro/src/schema/builders.rs