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