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 1626b61 WIP: Successful build for `clear && cargo build
--no-default-features --features tokio`
add dba9410 WIP: Replace some more Iterator combinators with plain for
loops
add 06d183f WIP: `cargo build` now passes for both `tokio` and `sync`
features
add 855ab8f WIP: Make the tests async for bytes.rs, de.rs, decode.rs and
encode.rs
No new revisions were added by this update.
Summary of changes:
avro/src/bytes.rs | 20 ++++++-----
avro/src/de.rs | 44 +++++++++++++-----------
avro/src/decode.rs | 96 ++++++++++++++++++++++++++--------------------------
avro/src/encode.rs | 84 ++++++++++++++++++++++++---------------------
avro/src/reader.rs | 12 ++++---
avro/src/types.rs | 99 ++++++++++++++++++++++++++++++++++--------------------
avro/src/writer.rs | 4 +--
7 files changed, 200 insertions(+), 159 deletions(-)