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.git
from 38321e697 Move to `1.13.0-SNAPSHOT` (#3076)
add 9379fdb9f AVRO-4032: [Rust] Make it possible to set custom compression
level for all codec that support it (#3095)
No new revisions were added by this update.
Summary of changes:
lang/rust/avro/src/codec.rs | 157 +++++++++++++++++++++++++++++++----------
lang/rust/avro/src/lib.rs | 6 ++
lang/rust/avro/src/reader.rs | 50 ++++++++++---
lang/rust/avro/src/writer.rs | 24 +++++++
lang/rust/avro/tests/codecs.rs | 89 +++++++++++++++++++++++
5 files changed, 281 insertions(+), 45 deletions(-)
create mode 100644 lang/rust/avro/tests/codecs.rs