Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 301 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 301 Bytes

eurorust 2023

curriculum for the eurorust 2023 Rustbridge in Brussels

agenda

part 1: intro to Rust

  • A very brief intro to Rust
  • Independent practice with Rustlings

part 2: intro to CLIs

  • Intro to CLIs in Rust with clap
  • Build your own CLI
  • Distribution, packaging, and publishing