kylewlacy / rustx

(in use) Scripts to compile and run Rust programs in one command

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rustx

Build Status

  • rustx: Inspired by runhaskell, this script compiles a rust file and runs it immediately. (This can be launched from a source file via #!/usr/bin/env rustx, too.)
  • rustt: This script compiles a rust file's tests and runs them.
  • _rustx: This is a dummy Rust program...

At the moment, this git repo doesn't seem to work quite right with rustpkg, but I'll sort that out soon enough!

-- Kevin Cantu, October 2013

Install

make install

About

(in use) Scripts to compile and run Rust programs in one command

License:MIT License


Languages

Language:Shell 63.2%Language:Rust 29.3%Language:Makefile 7.5%