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 f7a13c0 WIP: Use SyncA to generate [a]sync APIs
add 879ed99 More WIP
No new revisions were added by this update.
Summary of changes:
avro/src/bigdecimal.rs | 323 +-
avro/src/codec.rs | 543 +--
avro/src/de.rs | 2795 +++++------
avro/src/decimal.rs | 303 +-
avro/src/decode.rs | 121 +-
avro/src/encode.rs | 1264 ++---
avro/src/error.rs | 948 ++--
avro/src/headers.rs | 262 +-
avro/src/lib.rs | 172 +-
avro/src/reader.rs | 87 +-
avro/src/schema.rs | 9633 +++++++++++++++++++-------------------
avro/src/schema_compatibility.rs | 2478 +++++-----
avro/src/schema_equality.rs | 991 ++--
avro/src/ser.rs | 1791 +++----
avro/src/ser_schema.rs | 4562 +++++++++---------
avro/src/types.rs | 5274 +++++++++++----------
avro/src/util.rs | 57 +-
avro/src/validator.rs | 530 ++-
avro/src/writer.rs | 2844 +++++------
19 files changed, 17807 insertions(+), 17171 deletions(-)