This repo has the slides for my mini-talk on Ruby on Rust. You can find the slides here.
There are some demos of Ruby on Rust in the repos. You can find the source code for these demos in the ext directory.
- Install Rust and Cargo with rustup.
- Install Ruby 2.7 or later
$ cd demosto change into the demos directory$ bundle installto install the gems$ rake testto run the tests