Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Rust: Building Reusable Code with Rust from Scratch, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:01:35
    The Course Overview
  2. Урок 2. 00:02:16
    Bindings and Mutability
  3. Урок 3. 00:12:01
    Built-In Types
  4. Урок 4. 00:07:25
    Imports and Namespaces
  5. Урок 5. 00:04:25
    The Standard Library
  6. Урок 6. 00:05:15
    Recursive Fibonacci
  7. Урок 7. 00:07:24
    Dynamic Fibonacci
  8. Урок 8. 00:02:18
    Installing Rust with Rustup
  9. Урок 9. 00:02:30
    Managing Toolchains with Rustup
  10. Урок 10. 00:08:16
    Creating Projects with Cargo
  11. Урок 11. 00:05:17
    Exploring the Crate Ecosystem
  12. Урок 12. 00:04:37
    Rustdoc and the Documentation Ecosystem
  13. Урок 13. 00:14:02
    Adding Dependencies with Cargo
  14. Урок 14. 00:03:54
    Motivation for the Borrow Checker
  15. Урок 15. 00:06:28
    Ownership, Borrowing, and RAII
  16. Урок 16. 00:12:27
    Shared and Exclusive Access
  17. Урок 17. 00:02:11
    Fighting with the Borrow Checker
  18. Урок 18. 00:03:27
    Strings, Strs, Vecs, and Slices
  19. Урок 19. 00:01:15
    Understanding Borrow Checker Errors
  20. Урок 20. 00:08:21
    Structured Data
  21. Урок 21. 00:04:36
    Enumerations
  22. Урок 22. 00:10:57
    Match Expressions
  23. Урок 23. 00:04:38
    Designing a Markup Language
  24. Урок 24. 00:13:20
    Implementing the Markup Language
  25. Урок 25. 00:02:06
    Introduction to Traits
  26. Урок 26. 00:03:01
    Built-In Traits
  27. Урок 27. 00:07:59
    Writing Your Own Traits
  28. Урок 28. 00:05:41
    Generic Functions
  29. Урок 29. 00:02:03
    Generic Types
  30. Урок 30. 00:04:14
    Trait Objects and Dynamic Dispatch
  31. Урок 31. 00:06:09
    Closures
  32. Урок 32. 00:05:19
    Iterators
  33. Урок 33. 00:05:06
    Map, Filter, and Fold
  34. Урок 34. 00:10:59
    Building a Barycenter Finder
  35. Урок 35. 00:11:11
    Parallelizing the Barycenter Finder
  36. Урок 36. 00:03:48
    Breaking Up Code with Modules
  37. Урок 37. 00:03:01
    Error Handling
  38. Урок 38. 00:02:35
    API Design
  39. Урок 39. 00:18:01
    Unit Testing
  40. Урок 40. 00:06:49
    Integration Testing
  41. Урок 41. 00:07:28
    Documentation
  42. Урок 42. 00:03:16
    The Course Overview
  43. Урок 43. 00:03:55
    Setting Up the Rust Development Environment
  44. Урок 44. 00:03:16
    Exploring Code Reuse in Rust
  45. Урок 45. 00:05:41
    Loops and Iterators
  46. Урок 46. 00:13:50
    Using Functional Programming Loops
  47. Урок 47. 00:03:07
    Functions in Rust
  48. Урок 48. 00:02:27
    Exploring Generics
  49. Урок 49. 00:03:50
    Use Generic Functions to Reuse Algorithms
  50. Урок 50. 00:02:31
    Reuse Structures in Enums and Structs
  51. Урок 51. 00:03:44
    Working with Generic in Struct Methods
  52. Урок 52. 00:03:46
    Generics in the Rust Standard Library – Part I
  53. Урок 53. 00:05:49
    Generics in the Rust Standard Library – Part II
  54. Урок 54. 00:03:13
    Exploring Traits
  55. Урок 55. 00:03:42
    Using Trait Bounds and Trait Objects to Communicate Interfaces
  56. Урок 56. 00:02:57
    Associated Types versus Generics and Trait Inheritance
  57. Урок 57. 00:03:31
    Exploring Traits, Generics, and Performance
  58. Урок 58. 00:07:43
    Traits in the Rust Standard Library – Part I
  59. Урок 59. 00:06:25
    Traits in the Rust Standard Library – Part II
  60. Урок 60. 00:02:29
    Write Code with Code – Metaprogramming in Rust
  61. Урок 61. 00:04:06
    Use Declarative Macros to Write Less Code
  62. Урок 62. 00:04:44
    Using Procedural Macros for Custom Derive
  63. Урок 63. 00:04:56
    Macros in the Rust Standard Library – Part I
  64. Урок 64. 00:05:40
    Macros in the Rust Standard Library – Part II
  65. Урок 65. 00:05:06
    Introducing Crates
  66. Урок 66. 00:04:28
    Using Modules to Define the Structure of Crates
  67. Урок 67. 00:06:07
    Using a Crate with Cargo.toml
  68. Урок 68. 00:02:48
    Publishing to crates.io