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 demos
to change into the demos directory$ bundle install
to install the gems$ rake test
to run the tests