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 696a2fb  Merge branch 'main' into async-with-synca
     add aa1c263  Use futures::io::AsyncRead/Write instead of Tokio ones

No new revisions were added by this update.

Summary of changes:
 Cargo.lock                       | 15 +++++++++++++++
 avro/Cargo.toml                  | 24 ++++++++++++++----------
 avro/examples/async_benchmark.rs |  2 +-
 avro/examples/benchmark.rs       |  6 ++----
 avro/src/bigdecimal.rs           | 13 +++++++++----
 avro/src/bytes.rs                |  2 +-
 avro/src/de.rs                   |  8 ++++++--
 avro/src/decode.rs               |  8 ++++----
 avro/src/encode.rs               |  8 ++++----
 avro/src/error.rs                |  2 +-
 avro/src/headers.rs              |  2 +-
 avro/src/lib.rs                  | 12 ++++++------
 avro/src/reader.rs               | 13 ++++++++-----
 avro/src/schema.rs               |  8 ++++----
 avro/src/schema_compatibility.rs |  2 +-
 avro/src/schema_equality.rs      |  2 +-
 avro/src/ser.rs                  |  2 +-
 avro/src/types.rs                |  2 +-
 avro/src/util.rs                 | 16 ++++++++--------
 avro/src/validator.rs            |  2 +-
 avro/src/writer.rs               |  8 ++++----
 avro/tests/async_schema.rs       | 19 +++++++++++--------
 22 files changed, 104 insertions(+), 72 deletions(-)

Reply via email to