Удален по просьбе правообладателя
  1. Урок 1. 00:13:46
    Introduction
  2. Урок 2. 00:03:09
    Strings
  3. Урок 3. 00:04:33
    Floats & Mutability
  4. Урок 4. 00:03:33
    Rust Q&A
  5. Урок 5. 00:04:56
    Numeric Types & Type Annotations
  6. Урок 6. 00:11:24
    Integers
  7. Урок 7. 00:08:50
    Booleans, Conditionals, Statements, and Expressions
  8. Урок 8. 00:02:39
    Statements and Expressions Q&A
  9. Урок 9. 00:06:23
    Primitives Recap and Q&A
  10. Урок 10. 00:03:13
    Primitives Exercise
  11. Урок 11. 00:03:04
    Primitives Solution
  12. Урок 12. 00:04:24
    Tuples
  13. Урок 13. 00:04:48
    Structs
  14. Урок 14. 00:05:02
    Arrays
  15. Урок 15. 00:07:47
    Memory
  16. Урок 16. 00:03:45
    Collections Recap and Q&A
  17. Урок 17. 00:02:39
    Collections Exercise
  18. Урок 18. 00:02:43
    Collections Solution
  19. Урок 19. 00:07:51
    Enums & Pattern Matching
  20. Урок 20. 00:04:56
    Methods
  21. Урок 21. 00:05:00
    Type Parameters
  22. Урок 22. 00:04:20
    Pattern Matching Recap and Q&A
  23. Урок 23. 00:02:49
    Pattern Matching Exercise
  24. Урок 24. 00:05:53
    Pattern Matching Solution
  25. Урок 25. 00:06:48
    Vectors
  26. Урок 26. 00:15:27
    Stack Memory
  27. Урок 27. 00:08:41
    The Heap
  28. Урок 28. 00:06:14
    Vectors Recap and Q&A
  29. Урок 29. 00:01:23
    Vectors Exercise
  30. Урок 30. 00:04:37
    Vectors Solution
  31. Урок 31. 00:03:31
    Heap Bookkeeping
  32. Урок 32. 00:13:15
    Manual Memory Management
  33. Урок 33. 00:04:28
    Rust Memory Management
  34. Урок 34. 00:10:47
    Ownership
  35. Урок 35. 00:03:24
    Ownership Recap & Memory Exercise
  36. Урок 36. 00:06:52
    Memory Solution
  37. Урок 37. 00:05:00
    References & Borrowing
  38. Урок 38. 00:06:40
    Mutable References
  39. Урок 39. 00:05:41
    Slices
  40. Урок 40. 00:01:39
    Borrowing Exercise
  41. Урок 41. 00:03:48
    Borrowing Solution
  42. Урок 42. 00:07:39
    Lifetimes
  43. Урок 43. 00:08:05
    Lifetime Annotations
  44. Урок 44. 00:06:04
    Lifetime Elision
  45. Урок 45. 00:04:53
    The Static Lifetime & Lifetimes Recap
  46. Урок 46. 00:01:42
    Lifetimes Exercise
  47. Урок 47. 00:08:46
    Lifetimes Solution
  48. Урок 48. 00:09:48
    Wrapping Up