Rust
Learning Rust
My suggestions:
- Read the official Rust book and the one with quizes in parallel
History
Cyclone (2002) introduced region annotations and made free
a no-op.
Things you can't do in Rust
- Indicate that a function never panics
- Coroutines
- Compile time computation (like in Zig)
- Multiple expressions in if-let
Links
- Async Rust in Three Parts (2024)
- Welcome - 100 Exercises To Learn Rust
- GitHub - nrc/r4cppp: Rust for C++ programmers
- Программирование на Rust (весна 2019) - YouTube
- Welcome to Comprehensive Rust 🦀 - Comprehensive Rust 🦀 – three day Rust course developed by the Android team
- The Rustonomicon
- GitHub - arendjr/rust-for-ts-devs: Rust courses for TypeScript developers
- Effective Rust by David Drysdale
- Introduction - Rust Design Patterns
- Rust Atomics and Locks by Mara Bos
- Advent of Code 2022 by Amos Wenger
- Alex Kladov (@matklad) posts and his blogroll collection
- A Visual Introduction to Rust(https://fplab.github.io/rustviz-tutorial/)