| Crates.io | ruby-mri |
| lib.rs | ruby-mri |
| version | 0.0.1 |
| created_at | 2015-09-13 22:53:49.06942+00 |
| updated_at | 2015-12-11 23:55:55.315022+00 |
| description | High-level bindings to the MRI Ruby C API. |
| homepage | |
| repository | https://github.com/jdm/ruby-mri-rs |
| max_upload_size | |
| id | 3042 |
| size | 10,292 |
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!