Rust Programming Language

List of topics are covered in this learning:

  1. Introduction to Rust Language
  2. Syntax and Structure of Rust
  3. Variables and Data Types
  4. Constants and Immutability
  5. Ownership, Borrowing, and Lending
  6. Functions and Methods
  7. Error Handling (Result, Option)
  8. Control Structures (if, match, loop)
  9. Structs and Enums
  10. Traits and Generics
  11. Modules and Packages
  12. Ownership and Borrowing
  13. References and Lifetimes
  14. Borrowing Patterns (mutable, immutable)
  15. Slices
  16. Smart Pointers (Box, Rc, Arc)
  17. Interior Mutability (Cell, RefCell)
  18. Closures and Function Pointers
  19. Concurrency and Parallelism
  20. Asynchronous Programming (async/await)
  21. Channels (mpsc, spmc)
  22. Atomic Operations
  23. Data Parallelism (Rayon)
  24. Concurrency Patterns (e.g., thread pool)
  25. Parallel Algorithms
  26. Error Handling
  27. Panic and Unwinding
  28. Custom Error Types
  29. Error Handling Best Practices
  30. The ? Operator
  31. Advanced Language Features
  32. Advanced Generics
  33. Advanced Traits (associated types, marker traits)
  34. Advanced Lifetimes
  35. Macros (procedural and declarative)
  36. Unsafe Rust
  37. FFI (Foreign Function Interface)
  38. Memory Management
  39. Borrow Checker and Ownership System
  40. Unsafe Code Guidelines
  41. Memory Layout and Layout-Dependent Operations
  42. Smart Pointers in Depth
  43. Collections and Data Structures
  44. HashMaps and Sets
  45. B-Trees and Tries
  46. Collections API
  47. Custom Data Structures
  48. File I/O and Networking
  49. Networking with std::net
  50. Asynchronous I/O
  51. Working with JSON and Serialization