This is an automated email from the ASF dual-hosted git repository.
clesaec pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git
from 3ea027ac2 AVRO-3779: [java] any big decimal conversion (#2282)
add c91b8876b AVRO-3779: using rust bigdecimal (#2302)
No new revisions were added by this update.
Summary of changes:
lang/rust/Cargo.lock | 14 +++++++
lang/rust/avro/Cargo.toml | 1 +
lang/rust/avro/src/decimal.rs | 85 ++++++++++++++++++++++++++++++++++++++++++-
lang/rust/avro/src/decode.rs | 12 ++++--
lang/rust/avro/src/encode.rs | 9 ++++-
lang/rust/avro/src/error.rs | 12 ++++++
lang/rust/avro/src/schema.rs | 39 ++++++++++++++++++++
lang/rust/avro/src/types.rs | 37 ++++++++++++++++++-
8 files changed, 200 insertions(+), 9 deletions(-)