This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a change to branch async-with-synca
in repository https://gitbox.apache.org/repos/asf/avro-rs.git
from 184a322 WIP: Move back the pure data structures out of Synca control
add 23a9af7 refactor: Simplify the UUID decoding logic (#255)
add 52f149b tests: Use pretty_assertions for avro_derive IT tests too
(#261)
add e8f3386 Merge branch 'main' into async-with-synca
add e24d215 WIP: More async for encode.rs & writer.rs
No new revisions were added by this update.
Summary of changes:
Cargo.lock | 1 +
Cargo.toml | 1 +
avro/Cargo.toml | 2 +-
avro/src/bigdecimal.rs | 14 +-
avro/src/bytes.rs | 2 +-
avro/src/decode.rs | 118 +++-------
avro/src/encode.rs | 46 ++--
avro/src/reader.rs | 16 +-
avro/src/schema.rs | 31 ++-
avro/src/ser_schema.rs | 94 ++++----
avro/src/types.rs | 509 +++++++++++++++++++++-----------------------
avro/src/util.rs | 64 +++---
avro/src/writer.rs | 209 +++++++++---------
avro_derive/Cargo.toml | 2 +-
avro_derive/tests/derive.rs | 1 +
15 files changed, 499 insertions(+), 611 deletions(-)