Skip to content

Latest commit

 

History

History

intro

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Rust for Beginners

Solve the TODOs from the code by using what you have learned during the Rust presentation.

Setup

Install rust

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Install rust-analyzer for VS Code.