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