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 d9ac433 WIP: Unit tests now build OK
add 5ae72f9 All IT tests and examples use `sync` feature for now
No new revisions were added by this update.
Summary of changes:
avro/Cargo.toml | 100 +++++++++++++++++++++
avro/examples/benchmark.rs | 4 +-
avro/examples/generate_interop_data.rs | 4 +-
.../test_interop_single_object_encoding.rs | 2 +-
avro/src/bigdecimal.rs | 14 ++-
avro/src/reader.rs | 4 +-
avro/src/schema.rs | 1 +
avro/src/types.rs | 2 +-
avro/src/writer.rs | 13 +--
avro/tests/avro-3787.rs | 4 +-
avro/tests/codecs.rs | 2 +-
avro/tests/io.rs | 2 +-
avro/tests/schema.rs | 7 +-
avro/tests/shared.rs | 2 +-
avro/tests/to_from_avro_datum_schemata.rs | 2 +-
avro/tests/validators.rs | 4 +-
16 files changed, 136 insertions(+), 31 deletions(-)