List of topics are covered in this learning:
- Introduction to Rust Language
- Syntax and Structure of Rust
- Variables and Data Types
- Constants and Immutability
- Ownership, Borrowing, and Lending
- Functions and Methods
- Error Handling (Result, Option)
- Control Structures (if, match, loop)
- Structs and Enums
- Traits and Generics
- Modules and Packages
- Ownership and Borrowing
- References and Lifetimes
- Borrowing Patterns (mutable, immutable)
- Slices
- Smart Pointers (Box, Rc, Arc)
- Interior Mutability (Cell, RefCell)
- Closures and Function Pointers
- Concurrency and Parallelism
- Asynchronous Programming (async/await)
- Channels (mpsc, spmc)
- Atomic Operations
- Data Parallelism (Rayon)
- Concurrency Patterns (e.g., thread pool)
- Parallel Algorithms
- Error Handling
- Panic and Unwinding
- Custom Error Types
- Error Handling Best Practices
- The ? Operator
- Advanced Language Features
- Advanced Generics
- Advanced Traits (associated types, marker traits)
- Advanced Lifetimes
- Macros (procedural and declarative)
- Unsafe Rust
- FFI (Foreign Function Interface)
- Memory Management
- Borrow Checker and Ownership System
- Unsafe Code Guidelines
- Memory Layout and Layout-Dependent Operations
- Smart Pointers in Depth
- Collections and Data Structures
- HashMaps and Sets
- B-Trees and Tries
- Collections API
- Custom Data Structures
- File I/O and Networking
- Networking with std::net
- Asynchronous I/O
- Working with JSON and Serialization