You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by GitBox <gi...@apache.org> on 2022/04/10 15:44:10 UTC

[GitHub] [thrift] zachary-kuhn opened a new pull request, #2558: THRIFT-4100: Extract Rust read/write struct methods into a trait

zachary-kuhn opened a new pull request, #2558:
URL: https://github.com/apache/thrift/pull/2558

   Client: rs
   
   In order for code to be generic over any generated Thrift object, extract the read and write methods into a `trait`.
   
   [THRIFT-4100](https://issues.apache.org/jira/browse/THRIFT-4100)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@thrift.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [thrift] Jens-G merged pull request #2558: THRIFT-4100: Extract Rust read/write struct methods into a trait

Posted by GitBox <gi...@apache.org>.
Jens-G merged PR #2558:
URL: https://github.com/apache/thrift/pull/2558


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@thrift.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [thrift] martinvonz commented on pull request #2558: THRIFT-4100: Extract Rust read/write struct methods into a trait

Posted by GitBox <gi...@apache.org>.
martinvonz commented on PR #2558:
URL: https://github.com/apache/thrift/pull/2558#issuecomment-1306154369

   This seems to have made it into version 0.17.0. Any idea when that will be on crates.io?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@thrift.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org