Rust-lang homepage : https://www.rust-lang.org/
Books
- The Rust Programming Language (link)
- Programming Rust: Fast, Safe Systems Development (link)
- Rust for Rustaceans (link)
Online Books / Lectures
- The Rust Programming Language (online ver.) (link)
- korean ver. (link)
- Rust for Systems Programmers (link)
- Microsoft Learn lectures
Video lectures
- Youtube channel ; Let’s Get Rusty (link)
Code Examples
Community
- Rust subreddit (link)
Individuals
Advanced Materials
Maybe I’ll further move this section into a new article when the list gets bigger.
- Rust References (rust keywords) (link)
- Unsafe Rust (The Dark Arts of Unsafe Rust) (link)
- Awesome Rust (webpage) (link) : A curated list of Rust code and resources.
- Rust Design Patterns (book) (link)
- Rust High Performance (book) (link)
- Rust for Professionals (webpage) (link)
- Crust of Rust (youtube playlist) (link)
- Command line apps in Rust (book) (link)