- I've been experimenting with Rust in my free time.
- Explain core values (safety, speed, concurrency) / what differentiates it from Ruby
- Write "Hello, World" (keepin' it classic)
- Display the functioning Ruby code (fibonnaci sequence or standard deviation)
- Use benchmarks to show that while the code is functioning, it's lacking in speed
- Explain the concept
- Walk through the setup within Ruby
- Benchmark Ruby code
- Benchmark Rust code