jorgecarleitao opened a new pull request #2426:
URL: https://github.com/apache/thrift/pull/2426


   This draft PR adds support to generate the async version for Rust. Note that 
when it comes to async, Rust is effectively colored, and thus we need both 
versions.
   
   It introduces:
   
   * a small generalization of the compiler to generate async next to the sync 
version
   * a trait in the library, `TInputStreamProtocol` used to consume the stream
   
   I verified that this code generates a valid implementation for 
`parquet.thrift`, from which a diff can be seen 
[here](https://github.com/jorgecarleitao/parquet-format-rs/pull/1/files).


-- 
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-unsubscr...@thrift.apache.org

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


Reply via email to