Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 160BC200BED for ; Sun, 1 Jan 2017 19:13:52 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 14A08160B38; Sun, 1 Jan 2017 18:13:52 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 82BFB160B24 for ; Sun, 1 Jan 2017 19:13:51 +0100 (CET) Received: (qmail 44485 invoked by uid 500); 1 Jan 2017 18:13:50 -0000 Mailing-List: contact dev-help@thrift.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@thrift.apache.org Delivered-To: mailing list dev@thrift.apache.org Received: (qmail 44474 invoked by uid 99); 1 Jan 2017 18:13:50 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Jan 2017 18:13:50 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3259FDFBD7; Sun, 1 Jan 2017 18:13:50 +0000 (UTC) From: allengeorge To: dev@thrift.apache.org Reply-To: dev@thrift.apache.org Message-ID: Subject: [GitHub] thrift pull request #1147: THRIFT-2945 Add Rust support Content-Type: text/plain Date: Sun, 1 Jan 2017 18:13:50 +0000 (UTC) archived-at: Sun, 01 Jan 2017 18:13:52 -0000 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 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 infrastructure@apache.org or file a JIRA ticket with INFRA. ---