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 c4feb6d Merge branch 'main' into async-with-synca
add c3d4725 format the code
add 5043683 Remove synca from codec.rs since there is nothing async in it
No new revisions were added by this update.
Summary of changes:
avro/benches/serde.rs | 2 +-
avro/benches/single.rs | 1 +
avro/examples/benchmark.rs | 5 +-
avro/examples/generate_interop_data.rs | 9 +-
avro/src/bigdecimal.rs | 8 +-
avro/src/bytes.rs | 2 +-
avro/src/codec.rs | 548 ++++++++++++++----------------
avro/src/de.rs | 2 +-
avro/src/decode.rs | 64 +++-
avro/src/encode.rs | 41 ++-
avro/src/headers.rs | 2 +-
avro/src/lib.rs | 22 +-
avro/src/reader.rs | 32 +-
avro/src/schema.rs | 89 +++--
avro/src/schema_compatibility.rs | 3 +-
avro/src/ser_schema.rs | 278 +++++----------
avro/src/types.rs | 382 ++++++++++++++-------
avro/src/util.rs | 3 +-
avro/src/writer.rs | 107 +++---
avro/tests/append_to_existing.rs | 5 +-
avro/tests/avro-3786.rs | 2 +-
avro/tests/avro-3787.rs | 2 +-
avro/tests/codecs.rs | 5 +-
avro/tests/io.rs | 8 +-
avro/tests/schema.rs | 16 +-
avro/tests/shared.rs | 2 +-
avro/tests/to_from_avro_datum_schemata.rs | 5 +-
avro/tests/union_schema.rs | 2 +-
avro_derive/Cargo.toml | 4 +-
avro_derive/tests/derive.rs | 7 +-
30 files changed, 866 insertions(+), 792 deletions(-)