ruby-mri

Crates.ioruby-mri
lib.rsruby-mri
version0.0.1
sourcesrc
created_at2015-09-13 22:53:49.06942
updated_at2015-12-11 23:55:55.315022
descriptionHigh-level bindings to the MRI Ruby C API.
homepage
repositoryhttps://github.com/jdm/ruby-mri-rs
max_upload_size
id3042
size10,292
Josh Matthews (jdm)

documentation

README

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!

Commit count: 3

cargo fmt