Documentation
  • Coverage
  • 0%
    0 out of 12 items documented0 out of 11 items with examples
  • Size
  • Source code size: 10.66 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.65 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • jdm

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!