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 f3f3c72 fmt && clippy
add 4239699 Rename the name of the generated modules to asynch and synch
No new revisions were added by this update.
Summary of changes:
avro/Cargo.toml | 50 ++++++++---------
avro/README.md | 28 +++++-----
avro/examples/async_benchmark.rs | 2 +-
avro/src/bigdecimal.rs | 52 +++++++++---------
avro/src/bytes.rs | 20 +++----
avro/src/de.rs | 40 +++++++-------
avro/src/decode.rs | 38 ++++++-------
avro/src/encode.rs | 34 ++++++------
avro/src/error.rs | 24 ++++----
avro/src/headers.rs | 24 ++++----
avro/src/lib.rs | 106 +++++++++++++++++------------------
avro/src/reader.rs | 90 +++++++++++++++---------------
avro/src/schema.rs | 56 +++++++++----------
avro/src/schema_compatibility.rs | 40 +++++++-------
avro/src/schema_equality.rs | 26 ++++-----
avro/src/ser.rs | 24 ++++----
avro/src/ser_schema.rs | 6 +-
avro/src/types.rs | 40 +++++++-------
avro/src/util.rs | 40 +++++++-------
avro/src/validator.rs | 28 +++++-----
avro/src/writer.rs | 116 +++++++++++++++++++--------------------
avro/tests/async_schema.rs | 4 +-
avro/tests/avro-3786.rs | 2 +-
avro/tests/avro-3787.rs | 2 +-
avro/tests/io.rs | 2 +-
avro/tests/schema.rs | 2 +-
avro_derive/Cargo.toml | 2 +-
avro_derive/tests/derive.rs | 2 +-
wasm-demo/Cargo.toml | 2 +-
29 files changed, 451 insertions(+), 451 deletions(-)