-
Notifications
You must be signed in to change notification settings - Fork 0
Rust resources
Rob Patro edited this page Apr 13, 2024
·
2 revisions
- "The Rust Programming Language" (aka The Book)
- "Rust for Rustaceans" — a book for intermediate-level Rust
- "Rust Atomics and Locks" — the nitty-gritty concurrency stuff
- "Rust Design Patterns" — common design patterns (and anti-patterns) in rust
- "Effective Rust"
- "Rustnomicon" — advanced and dark arts of Rust!
- Jon Gjengset — Rob's absolute favorite Rust streamer / educator; absolutely amazing dude.
- Let's get Rusty
- Trevor Sullivan
- Tim Clicks
- "Comprehensive Rust" — a course created by folks at Google to teach Googlers Rust.