- RustConf 2021 - Go watch it on Youtube
- Rust 1.55.0 - Read about it here
- Rust 2021 edition is coming soon! read about editions and what this new one will bring
- Rust For Rustaceans by Jon Gjengset - Idiomatic Programming for Experienced Developers
- Two good ones from Niko Matsakis
- Test Cases in Rust are simple to write
- Concurrency in Rust is indeed fearless
- egui v0.14
- Shaking Off the Rust: Ray Tracing in WebAssembly
- Smart pointers: The secret to write clean Rust code
- Fast Rust Builds
- How to think of unwrap