Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Rust Developer Bootcamp, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:07:21
    001. Don't skip this video!
  • Урок 2. 00:05:44
    002. How to use this Bootcamp effectively
  • Урок 3. 00:03:14
    003. Hello World
  • Урок 4. 00:03:56
    004. Variables
  • Урок 5. 00:03:34
    005. Data Types
  • Урок 6. 00:02:44
    006. Constants & Statics
  • Урок 7. 00:03:27
    007. Functions
  • Урок 8. 00:03:21
    008. Control Flow
  • Урок 9. 00:00:50
    009. Comments
  • Урок 10. 00:07:18
    010. Stack, Heap, and Static Memory
  • Урок 11. 00:03:47
    011. Memory Management Strategies
  • Урок 12. 00:10:53
    012. C++ RAII vs Rust OBRM - Part 1
  • Урок 13. 00:05:19
    013. C++ RAII vs Rust OBRM - Part 2
  • Урок 14. 00:06:32
    014. Ownership
  • Урок 15. 00:07:18
    015. Ownership Continued
  • Урок 16. 00:10:29
    016. Borrowing
  • Урок 17. 00:09:03
    017. Slices
  • Урок 18. 00:10:09
    018. BONUS Masterclass Strings in Rust. PART 1
  • Урок 19. 00:10:39
    019. BONUS Masterclass Strings in Rust. PART 2
  • Урок 20. 00:03:30
    020. Structs
  • Урок 21. 00:07:56
    021. Implementation Blocks
  • Урок 22. 00:02:07
    022. Tuple Structs
  • Урок 23. 00:06:18
    023. Enums
  • Урок 24. 00:08:42
    024. Matching
  • Урок 25. 00:05:54
    025. Option
  • Урок 26. 00:04:48
    026. Result
  • Урок 27. 00:07:22
    027. Vectors
  • Урок 28. 00:05:19
    028. Project Structure Overview
  • Урок 29. 00:14:01
    029. Modules
  • Урок 30. 00:08:19
    030. Modules Continued
  • Урок 31. 00:03:15
    031. External Dependencies
  • Урок 32. 00:06:11
    032. Publishing Your Package
  • Урок 33. 00:07:04
    033. Cargo Features
  • Урок 34. 00:05:39
    034. Cargo Workspaces
  • Урок 35. 00:12:25
    035. Unit Tests
  • Урок 36. 00:03:49
    036. Integration Tests
  • Урок 37. 00:02:26
    037. Documentation
  • Урок 38. 00:04:32
    038. BONUS Benchmark Testing
  • Урок 39. 00:11:42
    039. Generics
  • Урок 40. 00:05:48
    040. Traits
  • Урок 41. 00:05:18
    041. Trait Bounds
  • Урок 42. 00:01:39
    042. Supertraits
  • Урок 43. 00:06:48
    043. Trait Objects
  • Урок 44. 00:02:46
    044. Deriving Traits
  • Урок 45. 00:02:59
    045. The Orphan Rule
  • Урок 46. 00:05:55
    046. Concrete Lifetimes
  • Урок 47. 00:09:35
    047. Generic Lifetimes
  • Урок 48. 00:08:06
    048. Structs & Lifetime Elision
  • Урок 49. 00:05:29
    049. Box Smart Pointer
  • Урок 50. 00:03:39
    050. Rc Smart Pointer
  • Урок 51. 00:04:57
    051. RefCell Smart Pointer
  • Урок 52. 00:06:14
    052. Deref Coercion
  • Урок 53. 00:02:02
    053. Unrecoverable Errors
  • Урок 54. 00:04:08
    054. Recoverable Errors
  • Урок 55. 00:04:08
    055. Propagating Errors
  • Урок 56. 00:04:49
    056. Result and Option
  • Урок 57. 00:05:42
    057. Multiple Error Types
  • Урок 58. 00:04:47
    058. Overview of Error Handling
  • Урок 59. 00:11:50
    059. Basic Error Handling
  • Урок 60. 00:06:23
    060. Custom Errors 1
  • Урок 61. 00:08:42
    061. Custom Errors 2
  • Урок 62. 00:07:00
    062. Custom Errors 3
  • Урок 63. 00:05:14
    063. thiserror & anyhow
  • Урок 64. 00:23:20
    064. BONUS error-stack
  • Урок 65. 00:12:22
    065. Closures
  • Урок 66. 00:05:57
    066. Closures Continued
  • Урок 67. 00:04:42
    067. Function Pointers
  • Урок 68. 00:06:50
    068. Iterator Pattern
  • Урок 69. 00:05:19
    069. Iterator Pattern Continued
  • Урок 70. 00:02:09
    070. Iterating Over Collections
  • Урок 71. 00:11:07
    071. Combinators
  • Урок 72. 00:08:19
    072. Intro to Concurrency
  • Урок 73. 00:03:29
    073. Creating Threads
  • Урок 74. 00:01:02
    074. Moving Values Into Threads
  • Урок 75. 00:04:50
    075. Message Passing Between Threads
  • Урок 76. 00:02:49
    076. Sharing State Between Threads
  • Урок 77. 00:03:33
    077. Sharing State Between Threads Continued
  • Урок 78. 00:02:07
    078. Send & Sync Traits
  • Урок 79. 00:08:38
    079. async.await Basics
  • Урок 80. 00:04:47
    080. Tokio Tasks
  • Урок 81. 00:02:12
    081. CPU Intensive Code
  • Урок 82. 00:02:10
    082. Streams
  • Урок 83. 00:05:08
    083. Intro to Macros
  • Урок 84. 00:03:00
    084. Declarative Macros
  • Урок 85. 00:06:39
    085. Declarative Macros Continued
  • Урок 86. 00:01:50
    086. Procedural Macros
  • Урок 87. 00:04:51
    087. Procedural Macros - Function Like
  • Урок 88. 00:07:18
    088. Procedural Macros - Custom Derive
  • Урок 89. 00:07:09
    089. Procedural Macros - Attribute Like
  • Урок 90. 00:07:11
    090. Procedural Macros - Attribute Continued
  • Урок 91. 00:01:46
    091. Unsafe Basics
  • Урок 92. 00:02:48
    092. Dereferencing a Raw Pointer
  • Урок 93. 00:01:38
    093. Calling an Unsafe Function
  • Урок 94. 00:01:10
    094. Implementing an Unsafe Trait
  • Урок 95. 00:01:29
    095. Mutable Static Variables
  • Урок 96. 00:01:10
    096. Inline Assembly
  • Урок 97. 00:03:31
    097. FFI C from Rust
  • Урок 98. 00:01:45
    098. FFI Rust from C
  • Урок 99. 00:07:36
    099. BONUS FFI Rust from Python
  • Урок 100. 00:06:19
    100. What are microservices
  • Урок 101. 00:02:40
    101. Why Rust is great for microservices
  • Урок 102. 00:05:02
    102. Communication with gRPC
  • Урок 103. 00:08:03
    103. Containerization with Docker
  • Урок 104. 00:02:19
    104. CICD with GitHub Actions
  • Урок 105. 00:03:21
    105. Cloud Providers