Crates.io | rwf-ruby |
lib.rs | rwf-ruby |
version | 0.1.1 |
source | src |
created_at | 2024-11-11 06:17:45.592049 |
updated_at | 2024-11-30 16:03:37.807429 |
description | Ruby (specifically Rack/Rails) bindings for the Rust Web Framework |
homepage | https://levkk.github.io/rwf/ |
repository | https://github.com/levkk/rwf |
max_upload_size | |
id | 1443491 |
size | 86,943 |
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.