This is an automated email from the ASF dual-hosted git repository.
allengeorge pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git.
from 2b7365c THRIFT-4659: Fix race when closing server socket (#1645)
add ef7a189 Reformat rust code with rustfmt 1.0
new f4b1785 Merge pull request #1646 from allengeorge/rustfmt_10
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.rustfmt.toml | 69 +++++++++-
lib/rs/src/errors.rs | 158 ++++++++--------------
lib/rs/src/lib.rs | 12 +-
lib/rs/src/protocol/binary.rs | 159 ++++++++++------------
lib/rs/src/protocol/compact.rs | 199 ++++++++++++++--------------
lib/rs/src/protocol/mod.rs | 142 +++++++-------------
lib/rs/src/protocol/multiplexed.rs | 14 +-
lib/rs/src/protocol/stored.rs | 20 ++-
lib/rs/src/server/mod.rs | 2 +-
lib/rs/src/server/multiplexed.rs | 73 +++++-----
lib/rs/src/server/threaded.rs | 34 ++---
lib/rs/src/transport/buffered.rs | 5 +-
lib/rs/src/transport/framed.rs | 57 ++++----
lib/rs/src/transport/mem.rs | 58 ++++----
lib/rs/src/transport/mod.rs | 43 +++---
lib/rs/src/transport/socket.rs | 52 ++++----
lib/rs/test/src/bin/kitchen_sink_client.rs | 205 ++++++++++++-----------------
lib/rs/test/src/bin/kitchen_sink_server.rs | 107 +++++++--------
tutorial/rs/src/bin/tutorial_client.rs | 11 +-
tutorial/rs/src/bin/tutorial_server.rs | 33 ++---
20 files changed, 669 insertions(+), 784 deletions(-)