#ruby #bindings #rwf #web-framework #framework #web

rwf-ruby

Ruby (specifically Rack/Rails) bindings for the Rust Web Framework

2 releases

new 0.1.1 Nov 30, 2024
0.1.0 Nov 11, 2024

#38 in #ruby

Download history 122/week @ 2024-11-09 20/week @ 2024-11-16 6/week @ 2024-11-23

148 downloads per month
Used in rwf

MIT license

30KB
524 lines

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.


lib.rs:

Rust wrapper over the C bindings to Ruby.

Dependencies

~1.3–4MB
~81K SLoC