rwf-ruby

Crates.iorwf-ruby
lib.rsrwf-ruby
version0.1.1
sourcesrc
created_at2024-11-11 06:17:45.592049
updated_at2024-11-30 16:03:37.807429
descriptionRuby (specifically Rack/Rails) bindings for the Rust Web Framework
homepagehttps://levkk.github.io/rwf/
repositoryhttps://github.com/levkk/rwf
max_upload_size
id1443491
size86,943
Lev Kokotov (levkk)

documentation

README

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.

Commit count: 552

cargo fmt