Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Ultimate Rust Foundations, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:01:57
    1.0 - Introduction
  2. Урок 2. 00:04:08
    1.1 - Setup & Update Rust
  3. Урок 3. 00:04:17
    1.2 - Setup Dev Environment
  4. Урок 4. 00:03:43
    1.3 - IDE Configuration
  5. Урок 5. 00:28:56
    1.4 - Rust Fundamentals
  6. Урок 6. 00:07:50
    1.5 - Console Text Input
  7. Урок 7. 00:15:05
    1.6 - Create a Library
  8. Урок 8. 00:09:10
    1.7- World’s Simplest Login System
  9. Урок 9. 00:23:41
    1.8 - Enumerations
  10. Урок 10. 00:14:56
    1.9 - Structures
  11. Урок 11. 00:12:11
    1.10 - Vectors
  12. Урок 12. 00:10:03
    1.11 - HashMaps
  13. Урок 13. 00:15:48
    1.12 - Serialization/Deserialization
  14. Урок 14. 00:11:10
    1.13 - Hashing Passwords
  15. Урок 15. 00:41:06
    1.14 - Start a CLI App
  16. Урок 16. 00:04:27
    2.0 - Introduction
  17. Урок 17. 00:06:02
    2.1 - System Threads: Overview
  18. Урок 18. 00:05:13
    2.2 - Create Your First Thread
  19. Урок 19. 00:06:06
    2.3 - Spawning Threads with Parameters and Closures
  20. Урок 20. 00:05:17
    2.4 - Returning Data from Threads
  21. Урок 21. 00:09:36
    2.5 - Dividing Workloads
  22. Урок 22. 00:08:09
    2.6 - The ThreadBuilder Pattern
  23. Урок 23. 00:10:08
    2.7 - Scoped Threads for Easy Local Data Sharing
  24. Урок 24. 00:18:13
    2.8 - Sharing Data with Atomics
  25. Урок 25. 00:09:49
    2.9 - Sharing Data with Mutexes
  26. Урок 26. 00:14:40
    2.10 - Read/Write Locks
  27. Урок 27. 00:18:29
    2.11 - Deadlocks, Panics and Poisoning
  28. Урок 28. 00:07:24
    2.12 - Sharing Data with Lock-Free Structures
  29. Урок 29. 00:07:14
    2.13 - Parking Threads
  30. Урок 30. 00:08:35
    2.14 - Sending Data Between Threads with Channels
  31. Урок 31. 00:13:58
    2.15 - Sending Functions to Worker Threads
  32. Урок 32. 00:09:28
    2.16 - Let’s build a work queue with a thread pool
  33. Урок 33. 00:07:47
    2.17 - Thread CPU/Core Affinity
  34. Урок 34. 00:12:20
    2.18 - Thread Priority
  35. Урок 35. 00:16:34
    2.19 - Making it Easy with Rayon
  36. Урок 36. 00:17:18
    2.20 - Scopes and Pooled Threads with Rayon
  37. Урок 37. 00:07:30
    3.0 - Introduction / Async Overview
  38. Урок 38. 00:15:28
    3.1 - Hello Async/Await
  39. Урок 39. 00:09:07
    3.2 - Getting Started with Tokio
  40. Урок 40. 00:14:02
    3.3 - Working with Tokio Futures: Awaiting, Yielding and Spawning
  41. Урок 41. 00:10:05
    3.4 - Blocking Tasks
  42. Урок 42. 00:10:21
    3.5 - Unit Testing Tokio
  43. Урок 43. 00:41:44
    3.6 - Handling Errors
  44. Урок 44. 00:17:21
    3.7 - File I/O
  45. Урок 45. 00:23:50
    3.8 - Basic Network I/O
  46. Урок 46. 00:14:28
    3.9 - Async Channels (Tokio)
  47. Урок 47. 00:03:47
    3.10 - Shared State (Tokio)
  48. Урок 48. 00:09:16
    3.11 - Selecting Futures
  49. Урок 49. 00:16:48
    3.12 - Pinning
  50. Урок 50. 00:22:56
    3.13 - Tokio Tracing
  51. Урок 51. 00:34:13
    3.14 - Working with Databases
  52. Урок 52. 00:18:56
    3.15 - Axum - A Web Framework built on Tokio
  53. Урок 53. 01:12:26
    3.16 - Let’s Build a Thumbnail Server
  54. Урок 54. 00:03:42
    4.0 - Why Haven’t We Manually Managed Any Memory Yet?
  55. Урок 55. 00:09:06
    4.1 - The unsafe Keyword
  56. Урок 56. 00:07:15
    4.2 - Low-Level Memory Management
  57. Урок 57. 00:17:09
    4.3 - The Drop Trait & RAII (Resource Acquisition is Initialization)
  58. Урок 58. 00:18:30
    4.4 - Reference Counting
  59. Урок 59. 00:17:06
    4.5 - Lifetimes
  60. Урок 60. 00:25:08
    4.6 - Traits
  61. Урок 61. 00:19:30
    4.7 - Generics
  62. Урок 62. 00:15:05
    4.8 - Iterators
  63. Урок 63. 00:06:53
    4.9 - Cycles and the Difficulty of Linked Lists
  64. Урок 64. 00:07:39
    4.10 - Memory Fragmentation, Allocators and Arenas
  65. Урок 65. 00:05:27
    4.11 - Packing, Reordering & Mangling
  66. Урок 66. 00:12:04
    4.12 - From Bytes to Types
  67. Урок 67. 00:17:10
    4.13 - Safely Interacting with Other Languages & Surprise: Memory Leaks are Safe!
  68. Урок 68. 00:06:28
    5.0 - Introduction & Planning Our Project
  69. Урок 69. 00:15:31
    5.1 - Shared Data Structures
  70. Урок 70. 00:13:23
    5.2 - Collection Daemon Mk 1
  71. Урок 71. 00:09:01
    5.3 - Collection Server Mk 1
  72. Урок 72. 00:22:47
    5.4 - Error Handling in the Collector
  73. Урок 73. 00:05:10
    5.5 - Setting the Collector ID
  74. Урок 74. 00:27:32
    5.6 - Web Service Mk 1
  75. Урок 75. 00:11:10
    5.7 - Web Server
  76. Урок 76. 00:06:54
    5.8 - Let’s Use Less Bandwidth