Introduction to Rust
- Why Rust?
- Why Rust - Performance
- What is written in Rust?
- Why Rust - Reliability
- Why Rust - Productivity
- Major features of Rust
- Rust Jobs
- Memory allocation
- Rust Books
- Crates (3rd party libraries)
- Rust exercises with feedback
- Podcast, newsleter
- Other Rust learning resources
- Rust in other languages
- Articles about Rust
- Rust community
- Demo None handling
- Demo None handling with Option
- Demo error handling with Result
- Demo error handling with Result and question mark