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 9cff8b9f5 Bump pbkdf2 from 3.0.17 to 3.1.3 in /lib/js
add 42d0b7177 [THRIFT-5871] Add message / container size checking for Rust
No new revisions were added by this update.
Summary of changes:
lib/rs/src/configuration.rs | 178 ++++++++++++++++++++
lib/rs/src/lib.rs | 12 +-
lib/rs/src/protocol/binary.rs | 285 +++++++++++++++++++++++++++++--
lib/rs/src/protocol/compact.rs | 373 +++++++++++++++++++++++++++++++++++++++--
lib/rs/src/protocol/mod.rs | 80 ++++++++-
lib/rs/src/transport/framed.rs | 27 ++-
6 files changed, 925 insertions(+), 30 deletions(-)
create mode 100644 lib/rs/src/configuration.rs