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