Удален по просьбе правообладателя
  1. Урок 1. 00:08:23
    Introduction
  2. Урок 2. 00:13:03
    Rust Basics
  3. Урок 3. 00:09:17
    Numbers & Strings
  4. Урок 4. 00:09:59
    Vector, Tuple, & Struct
  5. Урок 5. 00:05:17
    todo, unreachable, & unwrap
  6. Урок 6. 00:04:46
    Install Rust
  7. Урок 7. 00:06:20
    Value, Mutable, Immutable
  8. Урок 8. 00:11:07
    Coding an Iterator
  9. Урок 9. 00:12:54
    Understanding Collect
  10. Урок 10. 00:09:25
    Iterating Through a Text File
  11. Урок 11. 00:09:52
    Iterator Memory Usage
  12. Урок 12. 00:11:38
    Enums in TypeScript vs Rust
  13. Урок 13. 00:14:10
    Enums & Subtypes
  14. Урок 14. 00:04:17
    Options in TypeScript vs Rust
  15. Урок 15. 00:07:17
    Options in Rust
  16. Урок 16. 00:06:48
    Options Exercise
  17. Урок 17. 00:05:19
    Error Handling
  18. Урок 18. 00:15:51
    Results & Error Handling Exercise
  19. Урок 19. 00:04:03
    Q&A
  20. Урок 20. 00:15:39
    Stack vs Heap
  21. Урок 21. 00:08:43
    Borrow Checker
  22. Урок 22. 00:10:20
    Borrow Checker Practice
  23. Урок 23. 00:05:42
    Borrow Checker Q&A
  24. Урок 24. 00:13:30
    Traits vs Interfaces
  25. Урок 25. 00:11:54
    Creating Modules
  26. Урок 26. 00:08:07
    Default & Display Traits
  27. Урок 27. 00:10:46
    Creating an Iterator
  28. Урок 28. 00:08:34
    IntoIterator & From Traits
  29. Урок 29. 00:16:20
    Custom Traits
  30. Урок 30. 00:07:34
    Generic Trait Implementation
  31. Урок 31. 00:07:48
    Refactor Rectangle and Circle
  32. Урок 32. 00:20:41
    Reading Shapes from a File
  33. Урок 33. 00:04:40
    Wrapping Up