Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (17 loc) · 985 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 985 Bytes

Lets Re-Write it in Rust

This repository contains supporting texts & exercises for the "Lets' Re-Write it in Rust" presentation for Leeds Digital.

Slides

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.

Exercises

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