This is an automated email from the ASF dual-hosted git repository.
jensg pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
from 653d184a8 Bump jvm from 1.8.22 to 1.9.10 in /lib/kotlin
add b6b6dc715 rust to add uuid support
add ca7664462 remove utf8
add df0c674f4 fix domain socket
No new revisions were added by this update.
Summary of changes:
compiler/cpp/src/thrift/generate/t_rs_generator.cc | 1334 +++++++++-----------
lib/rs/Cargo.toml | 4 +
lib/rs/src/errors.rs | 9 +
lib/rs/src/protocol/binary.rs | 39 +-
lib/rs/src/protocol/compact.rs | 10 +
lib/rs/src/protocol/mod.rs | 21 +-
lib/rs/src/protocol/multiplexed.rs | 4 +
lib/rs/src/protocol/stored.rs | 4 +
lib/rs/test/Cargo.toml | 1 +
lib/rs/test/thrifts/Base_One.thrift | 1 +
test/crossrunner/util.py | 2 +-
test/rs/Cargo.toml | 2 +-
test/rs/Makefile.am | 4 +-
test/rs/src/bin/test_client.rs | 6 +
test/rs/src/bin/test_server.rs | 5 +
15 files changed, 698 insertions(+), 748 deletions(-)