#ruby #embedding #programs #mri #vm #unmaintained #issue

ruby-mri

Easy Ruby embedding for Rust. [UNMAINTAINED]

1 unstable release

Uses old Rust 2015

0.0.1 Sep 13, 2015

#6 in #unmaintained

MIT license

10KB
232 lines

ruby-mri-rs is intended to faciliate embedding the MRI Ruby VM inside Rust programs in an idiomatic way. All work is based on reading ruby.h and other documentation.

Files: src/ffi.rs - direct low-level bindings to the C API. src/lib.rs - high-level bindings

Pull requests and github issues welcome! This is a spare-time project, so if you find something that doesn't work that you need, go ahead and fix it!

Dependencies

~42KB