Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Rwf ruby

Documentation Latest crate Reference docs

rwf-ruby contains Rust bindings for running Ruby applications built on top of Rack. While there exists other projects that bind Ruby to Rust in a generic way, running arbitrary Ruby code inside Rust requires wrapping ruby_exec_node directly.

This project is experimental, and needs additional testing to ensure production stability. The bindings are written in C, see src/bindings.c.