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

crispthinking/rust-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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