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 4275122 Get rid of Borror<Schema> for ResolvedSchema
add c39757c WIP: Move back the pure data structures out of Synca control
No new revisions were added by this update.
Summary of changes:
avro/benches/serde.rs | 10 +-
avro/benches/single.rs | 6 +-
avro/examples/benchmark.rs | 11 +-
avro/examples/generate_interop_data.rs | 7 +-
.../test_interop_single_object_encoding.rs | 4 +-
avro/src/bigdecimal.rs | 33 +-
avro/src/bytes.rs | 7 +-
avro/src/codec.rs | 7 +-
avro/src/de.rs | 13 +-
avro/src/decimal.rs | 309 +--
avro/src/decode.rs | 33 +-
avro/src/encode.rs | 186 +-
avro/src/error.rs | 972 ++++---
avro/src/headers.rs | 13 +-
avro/src/lib.rs | 78 +-
avro/src/reader.rs | 38 +-
avro/src/schema.rs | 2864 ++++++++++----------
avro/src/schema_compatibility.rs | 137 +-
avro/src/schema_equality.rs | 1017 ++++---
avro/src/ser.rs | 9 +-
avro/src/ser_schema.rs | 48 +-
avro/src/types.rs | 646 ++---
avro/src/util.rs | 94 +-
avro/src/validator.rs | 565 ++--
avro/src/writer.rs | 92 +-
avro/tests/append_to_existing.rs | 6 +-
avro/tests/avro-3786.rs | 28 +-
avro/tests/avro-3787.rs | 10 +-
avro/tests/codecs.rs | 4 +-
avro/tests/io.rs | 26 +-
avro/tests/schema.rs | 156 +-
avro/tests/shared.rs | 4 +-
avro/tests/to_from_avro_datum_schemata.rs | 8 +-
avro/tests/union_schema.rs | 20 +-
avro/tests/validators.rs | 6 +-
avro_derive/tests/derive.rs | 58 +-
wasm-demo/tests/demos.rs | 2 +-
37 files changed, 3776 insertions(+), 3751 deletions(-)