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 e3c0356  More WIP
     add cd72583  More WIP

No new revisions were added by this update.

Summary of changes:
 Cargo.lock                       |  2 --
 avro/Cargo.toml                  |  9 ++++---
 avro/src/bigdecimal.rs           | 14 +++++-----
 avro/src/bytes.rs                |  5 +++-
 avro/src/codec.rs                | 14 +++++-----
 avro/src/de.rs                   | 26 +++++++++----------
 avro/src/decimal.rs              | 15 ++++++-----
 avro/src/decode.rs               | 44 +++++++++++++++-----------------
 avro/src/encode.rs               | 16 ++++++++----
 avro/src/error.rs                | 16 ++++++------
 avro/src/headers.rs              | 13 ++++++----
 avro/src/lib.rs                  | 28 ++++++++++++--------
 avro/src/reader.rs               | 22 +++++++++-------
 avro/src/schema.rs               | 37 ++++++++++++++-------------
 avro/src/schema_compatibility.rs | 19 ++++++++------
 avro/src/schema_equality.rs      | 18 ++++++++-----
 avro/src/ser.rs                  | 19 ++++++++------
 avro/src/ser_schema.rs           | 16 +++++++++---
 avro/src/types.rs                | 20 +++++++++------
 avro/src/util.rs                 | 55 ++++++++++++++++++++++------------------
 avro/src/validator.rs            | 16 ++++++++----
 avro/src/writer.rs               | 19 ++++++++------
 avro/tests/avro-3786.rs          | 26 ++++++++++---------
 avro/tests/avro-3787.rs          | 14 +++++-----
 avro/tests/schema.rs             | 10 ++++----
 25 files changed, 279 insertions(+), 214 deletions(-)

Reply via email to