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 e24d215 WIP: More async for encode.rs & writer.rs
add 2a2d2d6 WIP: More fixes in types::Value:: resolve() and validate()
No new revisions were added by this update.
Summary of changes:
avro/src/bigdecimal.rs | 6 +-
avro/src/decode.rs | 2 -
avro/src/encode.rs | 8 +-
avro/src/lib.rs | 255 +++++++++++++++++-----------------
avro/src/reader.rs | 4 +-
avro/src/schema.rs | 95 +++++++------
avro/src/ser_schema.rs | 42 +++---
avro/src/types.rs | 365 +++++++++++++++++++++++++------------------------
avro/src/writer.rs | 91 ++++++------
9 files changed, 443 insertions(+), 425 deletions(-)