mrusty 0.2.2

mruby safe bindings for Rust
extern crate gcc;

fn main() {
    gcc::compile_library("libmrbe.a", &["src/mrb_ext.c"]);
}