Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 509 Bytes

readme.md

File metadata and controls

17 lines (12 loc) · 509 Bytes

Ruby on Rust Intro Talk

This repo has the slides for my mini-talk on Ruby on Rust. You can find the slides here.

Running the Demos

There are some demos of Ruby on Rust in the repos. You can find the source code for these demos in the ext directory.

Setup

  1. Install Rust and Cargo with rustup.
  2. Install Ruby 2.7 or later
  3. $ cd demos to change into the demos directory
  4. $ bundle install to install the gems
  5. $ rake test to run the tests