Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 659 Bytes

RUST.md

File metadata and controls

13 lines (7 loc) · 659 Bytes

Rust Learning Resources

Are you looking to learn or try rust? Here's a collection of resources to help you get your foot in the door.

Cheat Sheet

The Official Rust Book (Free)

Rustlings (Small, bite-sized training exercises)

I recommend skimming the rust book, then reading a bit of cheats.rs (the density of information makes it really fun to read). Then you can either fully read the rust book or start a project about something you are passionate about.

I recommend joining the official Rust discord server, it may help you when you're stuck.