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 46be282 Fix replacements for all modules
add 1626b61 WIP: Successful build for `clear && cargo build
--no-default-features --features tokio`
No new revisions were added by this update.
Summary of changes:
avro/src/bytes.rs | 2 +-
avro/src/codec.rs | 6 +-
avro/src/de.rs | 6 +-
avro/src/decimal.rs | 6 +-
avro/src/decode.rs | 11 +-
avro/src/encode.rs | 8 +-
avro/src/headers.rs | 9 +-
avro/src/lib.rs | 55 +++++----
avro/src/reader.rs | 77 ++++++-------
avro/src/schema.rs | 299 +++++++++++++++++++++++++++---------------------
avro/src/ser.rs | 2 +-
avro/src/types.rs | 154 ++++++++++++++-----------
avro/src/util.rs | 12 +-
avro/src/writer.rs | 44 ++++---
avro/tests/avro-3786.rs | 2 +-
avro/tests/avro-3787.rs | 2 +-
avro/tests/schema.rs | 2 +-
17 files changed, 384 insertions(+), 313 deletions(-)