This repository contains supporting texts & exercises for the "Lets' Re-Write it in Rust" presentation for Leeds Digital.
The slides for the talk are available on
Speakerdeck. Speaker notes are available in the
presentation-notes/
on GitHub and rendered at
https://crispthinking.github.io/rust-workshop.
The exercises are designed to get you started with Rust.
- Hello World - Intro to Rust and installing the toolchain
- Chat Filtering - Getting started with crates, and using regex for fun and profit
- Parsing Strings - Working with sate machines and modules to parse strings