This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/avro-rs.git


    from 5f73035  chore: Bump env_logger from 0.11.6 to 0.11.7 (#155)
     add f92cf3f  Schema-aware serializer for "Serde Way" (#139)

No new revisions were added by this update.

Summary of changes:
 Cargo.lock                 |    1 +
 avro/Cargo.toml            |    2 +-
 avro/benches/serde.rs      |  156 ++-
 avro/src/bigdecimal.rs     |   27 +-
 avro/src/de.rs             |   94 +-
 avro/src/decode.rs         |    2 +-
 avro/src/encode.rs         |  210 ++--
 avro/src/error.rs          |   14 +
 avro/src/lib.rs            |    1 +
 avro/src/schema.rs         |   12 +-
 avro/src/ser_direct.rs     | 2587 ++++++++++++++++++++++++++++++++++++++++++++
 avro/src/types.rs          |    2 +-
 avro/src/util.rs           |   57 +-
 avro/src/writer.rs         |   96 +-
 avro/tests/union_schema.rs |    4 -
 15 files changed, 3087 insertions(+), 178 deletions(-)
 create mode 100644 avro/src/ser_direct.rs

Reply via email to