Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Rust Programming: The Complete Developer's Guide, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:05:02
    Rust Programming: The Complete Developer's Guide
  2. Урок 2. 00:02:27
    Intro
  3. Урок 3. 00:05:02
    Data Types
  4. Урок 4. 00:06:36
    Variables
  5. Урок 5. 00:08:13
    Functions
  6. Урок 6. 00:03:05
    println!
  7. Урок 7. 00:08:39
    Control Flow with If
  8. Урок 8. 00:06:31
    Repetition
  9. Урок 9. 00:04:50
    Setup Rust: Toolchain
  10. Урок 10. 00:04:19
    Setup Rust: rust-analyzer
  11. Урок 11. 00:02:32
    Setup Rust: clippy
  12. Урок 12. 00:01:28
    Setup Rust: error-lens
  13. Урок 13. 00:03:37
    Comments
  14. Урок 14. 00:07:09
    Activity: Functions
  15. Урок 15. 00:03:37
    Numeric Types & Basic Arithmetic
  16. Урок 16. 00:05:28
    Activity: Basic Math
  17. Урок 17. 00:02:34
    Control Flow: If & Else
  18. Урок 18. 00:04:00
    Activity: Logic with If & Else
  19. Урок 19. 00:05:01
    Activity: Logic with If & Else
  20. Урок 20. 00:04:26
    Match Expression
  21. Урок 21. 00:03:12
    Demo: Basic Match
  22. Урок 22. 00:04:04
    Activity: Basic Match 1
  23. Урок 23. 00:05:12
    Activity: Basic Match 2
  24. Урок 24. 00:04:49
    The Loop Expression
  25. Урок 25. 00:04:59
    Activity: Loops
  26. Урок 26. 00:03:23
    The While Loop
  27. Урок 27. 00:04:46
    Activity: While Loops
  28. Урок 28. 00:03:12
    Enums
  29. Урок 29. 00:03:44
    Demo: Enums
  30. Урок 30. 00:06:10
    Activity: Enums
  31. Урок 31. 00:02:48
    Structs
  32. Урок 32. 00:02:52
    Demo: Structs
  33. Урок 33. 00:09:28
    Activity: Structs
  34. Урок 34. 00:03:32
    Tuples
  35. Урок 35. 00:05:50
    Demo: Tuples
  36. Урок 36. 00:05:56
    Activity: Tuples
  37. Урок 37. 00:03:50
    Expressions
  38. Урок 38. 00:05:10
    Demo: Expressions
  39. Урок 39. 00:07:12
    Activity: Expressions
  40. Урок 40. 00:03:35
    Intermediate Memory Concepts
  41. Урок 41. 00:06:18
    Ownership
  42. Урок 42. 00:06:08
    Demo: Ownership
  43. Урок 43. 00:04:58
    Activity: Ownership
  44. Урок 44. 00:09:21
    Implementing Functionality
  45. Урок 45. 00:16:31
    Activity: Implementing Functionality
  46. Урок 46. 00:04:54
    The Vector Data Structure
  47. Урок 47. 00:02:29
    Vector Basics & For Loops
  48. Урок 48. 00:06:49
    Activity: Vectors & For Loops
  49. Урок 49. 00:04:01
    About Strings
  50. Урок 50. 00:04:29
    Demo: Strings
  51. Урок 51. 00:07:24
    Activity: Strings
  52. Урок 52. 00:06:09
    Deriving Functionality
  53. Урок 53. 00:04:08
    Type Annotations
  54. Урок 54. 00:04:00
    Enums Revisited
  55. Урок 55. 00:07:58
    Demo: Advanced Match
  56. Урок 56. 00:10:43
    Activity: Advanced match
  57. Урок 57. 00:06:27
    The Option Type
  58. Урок 58. 00:04:27
    Demo: Option
  59. Урок 59. 00:05:02
    Activity: Option
  60. Урок 60. 00:02:25
    Generating Documentation
  61. Урок 61. 00:03:34
    Standard Library API docs
  62. Урок 62. 00:03:47
    Activity: Standard Library API docs
  63. Урок 63. 00:04:41
    The Result Type
  64. Урок 64. 00:14:17
    Demo: Result
  65. Урок 65. 00:06:41
    Activity: Result
  66. Урок 66. 00:07:52
    Activity: Result & The Question Mark Operator
  67. Урок 67. 00:04:21
    The HashMap Data Structure
  68. Урок 68. 00:05:33
    Working With HashMaps
  69. Урок 69. 00:08:27
    Activity: HashMap Basics
  70. Урок 70. 00:04:42
    Basic Closures
  71. Урок 71. 00:05:02
    Map Combinator
  72. Урок 72. 00:08:08
    Activity: Map Combinator
  73. Урок 73. 00:07:50
    Option Combinator Pattern
  74. Урок 74. 00:04:24
    Activity: Option Combinators
  75. Урок 75. 00:09:13
    Using Iterators
  76. Урок 76. 00:05:15
    Activity: Using Iterators
  77. Урок 77. 00:01:59
    Ranges
  78. Урок 78. 00:02:59
    If..let..else
  79. Урок 79. 00:02:07
    while..let
  80. Урок 80. 00:04:03
    Inline Modules
  81. Урок 81. 00:10:19
    Activity: Inline Modules
  82. Урок 82. 00:06:53
    Testing
  83. Урок 83. 00:07:43
    Activity: Testing
  84. Урок 84. 00:06:29
    External Crates
  85. Урок 85. 00:04:46
    Activity: Adding an External Crate
  86. Урок 86. 00:10:28
    External Modules
  87. Урок 87. 00:09:55
    Activity: External Modules
  88. Урок 88. 00:14:22
    Gathering User Input
  89. Урок 89. 00:22:48
    Activity: Gathering User Input
  90. Урок 90. 00:02:45
    Mini Project: Introduction
  91. Урок 91. 00:03:17
    Retrieve User Input
  92. Урок 92. 00:07:15
    Creating The Main Menu Loop
  93. Урок 93. 00:04:11
    Required Data Structures
  94. Урок 94. 00:13:01
    Implementation: Adding & Viewing Bills
  95. Урок 95. 00:06:51
    Implementation: Removing Bills
  96. Урок 96. 00:09:16
    Implementation: Editing Bills
  97. Урок 97. 00:04:55
    Traits
  98. Урок 98. 00:04:59
    Demo: Traits
  99. Урок 99. 00:05:59
    Activity: Traits
  100. Урок 100. 00:02:29
    Implementing The "Default" Trait
  101. Урок 101. 00:13:55
    Generics & Functions
  102. Урок 102. 00:06:23
    Demo: Generics & Functions
  103. Урок 103. 00:05:53
    Activity: Generics & Functions
  104. Урок 104. 00:10:07
    Generic Structures
  105. Урок 105. 00:07:59
    Generic Structures & impl Blocks
  106. Урок 106. 00:06:39
    Demo: Generics & Structures
  107. Урок 107. 00:10:19
    Activity: Generics & Structures
  108. Урок 108. 00:08:51
    Advanced Memory Concepts
  109. Урок 109. 00:11:36
    Trait Objects
  110. Урок 110. 00:07:27
    Demo: Trait Objects
  111. Урок 111. 00:08:36
    Activity: Trait Objects
  112. Урок 112. 00:09:04
    Ownership & Lifetimes
  113. Урок 113. 00:08:33
    Demo: Lifetimes
  114. Урок 114. 00:10:50
    Activity: Lifetimes & Structures
  115. Урок 115. 00:04:48
    Activity: Lifetimes & Functions
  116. Урок 116. 00:08:52
    Custom Error Types
  117. Урок 117. 00:08:54
    Demo: Custom Error Types
  118. Урок 118. 00:09:02
    Activity: Creating a Custom Error
  119. Урок 119. 00:02:21
    const
  120. Урок 120. 00:05:08
    New Type Pattern
  121. Урок 121. 00:08:09
    Activity: Utilizing The New Type Pattern
  122. Урок 122. 00:04:14
    TypeState Pattern
  123. Урок 123. 00:11:49
    Demo: TypeState Pattern
  124. Урок 124. 00:07:42
    Activity: TypeState Pattern
  125. Урок 125. 00:06:23
    Demo: Match Guards & Binding
  126. Урок 126. 00:08:46
    Activity: Match Guards & Binding
  127. Урок 127. 00:07:49
    Arrays & Slices
  128. Урок 128. 00:05:54
    Slice Patterns
  129. Урок 129. 00:05:42
    Activity: Slices
  130. Урок 130. 00:05:23
    Type Aliases
  131. Урок 131. 00:02:56
    Exercise: Imposter Syndrome
  132. Урок 132. 00:08:18
    From/Into
  133. Урок 133. 00:03:57
    TryFrom/TryInto
  134. Урок 134. 00:07:59
    Demo: From/Into
  135. Урок 135. 00:10:16
    Activity: TryFrom/TryInto
  136. Урок 136. 00:08:00
    Numeric Limits & Numeric Type Casting
  137. Урок 137. 00:10:01
    Effective Trait Usage
  138. Урок 138. 00:12:07
    Demo: Abstract Network Request
  139. Урок 139. 00:17:55
    Activity: Abstract Data Storage
  140. Урок 140. 00:10:18
    Demo: Proxy / Delegate
  141. Урок 141. 00:08:50
    Activity: Implement a proxy structure
  142. Урок 142. 00:03:32
    Demo: Extension traits
  143. Урок 143. 00:05:40
    Demo: Blanket implementations
  144. Урок 144. 00:03:31
    Activity: Extension traits & blanket implementations
  145. Урок 145. 00:11:34
    Test-Driven Development (TDD)
  146. Урок 146. 00:06:51
    TDD Demo: Standalone function 1
  147. Урок 147. 00:06:35
    TDD Demo: Standalone function 2
  148. Урок 148. 00:13:56
    TDD Demo: struct methods
  149. Урок 149. 00:05:16
    Red-Green-Refactor
  150. Урок 150. 00:08:44
    TDD Demo: Maintainable tests 1
  151. Урок 151. 00:09:34
    TDD Demo: Maintainable tests 2
  152. Урок 152. 00:12:31
    TDD Demo: Maintainable tests 3
  153. Урок 153. 00:14:37
    Activity: Applying TDD
  154. Урок 154. 00:00:58
    Project overview
  155. Урок 155. 00:02:34
    Creating a new project
  156. Урок 156. 00:03:34
    Project structure
  157. Урок 157. 00:01:32
    Dependencies
  158. Урок 158. 00:10:16
    Error configuration
  159. Урок 159. 00:05:28
    Tracing configuration
  160. Урок 160. 00:09:29
    Initial testing setup
  161. Урок 161. 00:09:46
    CLI Parsing module
  162. Урок 162. 00:06:07
    Parsing with Clap
  163. Урок 163. 00:08:03
    Tracker module
  164. Урок 164. 00:11:21
    Starting & stopping the tracker
  165. Урок 165. 00:11:42
    Time records setup
  166. Урок 166. 00:13:56
    TIme records implementation
  167. Урок 167. 00:05:14
    Tracker behavior test
  168. Урок 168. 00:02:17
    Tracker behavior test implementation
  169. Урок 169. 00:05:41
    Extract tracker interface
  170. Урок 170. 00:15:36
    Reporting setup
  171. Урок 171. 00:05:20
    Calculating elapsed duration
  172. Урок 172. 00:04:20
    Report formatter setup
  173. Урок 173. 00:01:56
    Report formatter implementation
  174. Урок 174. 00:08:34
    CLI: start command test setup
  175. Урок 175. 00:10:50
    CLI: start & stop command implementation
  176. Урок 176. 00:11:38
    CLI: generating reports & cleanup
  177. Урок 177. 00:10:54
    Passing Closures to Functions
  178. Урок 178. 00:06:45
    Threads
  179. Урок 179. 00:07:40
    Demo: Threads
  180. Урок 180. 00:04:30
    Activity: Threads
  181. Урок 181. 00:08:14
    Channels
  182. Урок 182. 00:05:05
    Demo: Channels
  183. Урок 183. 00:07:29
    Demo: Bidirectional Threaded Communication
  184. Урок 184. 00:09:24
    Activity: Channels
  185. Урок 185. 00:05:14
    Smart Pointers
  186. Урок 186. 00:02:52
    Interior Mutability: Cell & RefCell
  187. Урок 187. 00:04:48
    Demo: Smart Pointers & RefCell
  188. Урок 188. 00:06:32
    Activity: Smart Pointers & RefCell
  189. Урок 189. 00:05:23
    Arc/Mutex
  190. Урок 190. 00:02:35
    Threading: Deadlocks
  191. Урок 191. 00:05:46
    Demo: Arc/Mutex
  192. Урок 192. 00:09:15
    Activity: Arc/Mutex
  193. Урок 193. 00:04:12
    Enum Equality & Ordering
  194. Урок 194. 00:08:39
    Struct Equality & Ordering
  195. Урок 195. 00:04:17
    Operator Overloading
  196. Урок 196. 00:07:32
    Iterators: Implementing Iterator for a Struct
  197. Урок 197. 00:04:16
    Implement IntoIterator
  198. Урок 198. 00:04:16
    Demo: Implementing IntoIterator
  199. Урок 199. 00:13:19
    Activity: Implementing Iterator
  200. Урок 200. 00:06:39
    Iterators: Custom Iteration Logic
  201. Урок 201. 00:09:24
    Helpful Macros
  202. Урок 202. 00:06:41
    Managing Integer Overflow
  203. Урок 203. 00:03:15
    Turbofish
  204. Урок 204. 00:07:50
    Loop Labels
  205. Урок 205. 00:08:53
    Loop Expressions
  206. Урок 206. 00:06:33
    Struct Update Syntax
  207. Урок 207. 00:15:40
    Escape Sequences & Raw Strings
  208. Урок 208. 00:02:33
    dotenvy
  209. Урок 209. 00:03:43
    serde
  210. Урок 210. 00:04:18
    rand
  211. Урок 211. 00:07:49
    cached
  212. Урок 212. 00:07:59
    regex
  213. Урок 213. 00:08:07
    chrono
  214. Урок 214. 00:08:08
    strum
  215. Урок 215. 00:03:32
    derive_more
  216. Урок 216. 00:02:35
    rayon
  217. Урок 217. 00:02:45
    tracing
  218. Урок 218. 00:05:40
    color-eyre
  219. Урок 219. 00:07:25
    Overview
  220. Урок 220. 00:06:55
    Detail
  221. Урок 221. 00:04:21
    Demo: impl Blocks
  222. Урок 222. 00:04:01
    Activity: Control Flow
  223. Урок 223. 00:05:18
    Activity: impl Blocks
  224. Урок 224. 00:08:48
    Repetitions
  225. Урок 225. 00:03:57
    Demo: Repetitions
  226. Урок 226. 00:04:08
    Activity: HashMap
  227. Урок 227. 00:04:24
    Demo: Syntax Extension
  228. Урок 228. 00:02:48
    Activity: Syntax Extension
  229. Урок 229. 00:04:25
    Activity: Generating Tests
  230. Урок 230. 00:01:18
    Activity: Function Tracer
  231. Урок 231. 00:06:28
    Demo: Checked Config
  232. Урок 232. 00:06:30
    Demo: Recursive tt Muncher
  233. Урок 233. 00:02:30
    Thank You!