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 855ab8f  WIP: Make the tests async for bytes.rs, de.rs, decode.rs and 
encode.rs
     add d9ac433  WIP: Unit tests now build OK

No new revisions were added by this update.

Summary of changes:
 Cargo.lock                       |  12 +
 avro/Cargo.toml                  |   3 +-
 avro/src/bigdecimal.rs           |  15 +-
 avro/src/bytes.rs                |  17 +-
 avro/src/de.rs                   |   6 +-
 avro/src/decode.rs               |  76 ++--
 avro/src/encode.rs               |   2 +-
 avro/src/headers.rs              |   8 +-
 avro/src/lib.rs                  |  85 ++--
 avro/src/reader.rs               |  88 ++--
 avro/src/schema.rs               | 894 +++++++++++++++++++++------------------
 avro/src/schema_compatibility.rs | 583 ++++++++++++++-----------
 avro/src/schema_equality.rs      |   2 +-
 avro/src/ser.rs                  |   2 +-
 avro/src/ser_schema.rs           | 112 ++---
 avro/src/types.rs                | 149 ++++---
 avro/src/validator.rs            |   2 +-
 avro/src/writer.rs               | 247 +++++------
 18 files changed, 1312 insertions(+), 991 deletions(-)

Reply via email to