From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] Adding org-babel support for rust (ob-rust.el) Date: Sat, 13 Dec 2014 00:27:19 +0100 Message-ID: <87fvcka1pk.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50268) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzZbU-0007bn-OC for emacs-orgmode@gnu.org; Fri, 12 Dec 2014 18:26:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XzZbM-0004Vu-QE for emacs-orgmode@gnu.org; Fri, 12 Dec 2014 18:26:32 -0500 Received: from relay6-d.mail.gandi.net ([2001:4b98:c:538::198]:36787) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzZbM-0004Vo-Je for emacs-orgmode@gnu.org; Fri, 12 Dec 2014 18:26:24 -0500 In-Reply-To: (Philip Munksgaard's message of "Mon, 8 Dec 2014 13:59:22 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Philip Munksgaard Cc: emacs-orgmode@gnu.org Hello, Philip Munksgaard writes: > I've been working on adding support for rust in org-babel, and this is > what I've come up with so far. It's basically just a modification of > ob-C.el. The branch is viewable at [0], but so far the only commit is > [1]. I've also attached an example of how it works. Note that you will > need rustc to run the examples, and that I've only tested them with > rust 0.12 and the latest from git. > > I'm very interested in getting this merged into org-mode, as I imagine > other rust developers are, so please let me know what I can do to > help, for example if you require tests or other forms of > documentation. Thank you for your offer. You may want to read http://orgmode.org/worg/org-contribute.html In particular, you will need to sign FSF papers in order to get your file into Org. Meanwhile, it can be added to contrib/ directory. For documentation examples, you can have a look at http://orgmode.org/worg/org-contrib/babel/languages.html Regards, -- Nicolas Goaziou