GitHub user allengeorge opened a pull request:

    https://github.com/apache/thrift/pull/1147

    THRIFT-2945 Add Rust support

    This is a PR to add Rust support to Thrift. It is based on today's master, 
and I've verified that Rust server/client successfully communicates with all 
cross-platform clients and servers (*). I would be happy to accept and 
incorporate feedback!
    
    Not implemented:
    
    * Struct/union constants: Honestly, this looks like it's "not possible" (tm)
    * Multiplexed processor
    
    I will be continuing to add documentation, comments and clean up the code 
in both the C++ generator as well as the Rust client library.
    
    (*) With exception of:
    
    1. D: no D compiler installed
    2. Lua: need to figure out a way to use `.dylib` when linking against Lua 
libs
    3. Dart: weird problem with pubspec requiring 1.0.0 instead of 1.0.0-dev

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/allengeorge/thrift thrift-2945-pr

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/thrift/pull/1147.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1147
    
----
commit 79128c3fab9cce7d0040a1528f122c2d982f8c7d
Author: Allen George <allen.geo...@gmail.com>
Date:   2016-11-02T12:01:08Z

    THRIFT-2945 Add Rust support

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to