Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Write Your First Program with the Rust Language, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:00:40
    Install Rust
  • Урок 2. 00:00:43
    Compile and run a Rust program from scratch
  • Урок 3. 00:01:08
    Create a Rust package with the Cargo package manager
  • Урок 4. 00:00:47
    Compile and run a Rust program using Cargo
  • Урок 5. 00:01:49
    Variables and Mutability in Rust
  • Урок 6. 00:00:45
    Output multiple variables using println!() in Rust
  • Урок 7. 00:01:11
    Write and call a function in Rust
  • Урок 8. 00:02:38
    Understanding basic Ownership and Borrowing in Rust
  • Урок 9. 00:01:14
    Read user input from stdin in Rust
  • Урок 10. 00:02:57
    Handle errors with unwrap() in Rust
  • Урок 11. 00:00:32
    Handle errors in Rust using expect()
  • Урок 12. 00:02:21
    Handle errors in Rust using Pattern Matching
  • Урок 13. 00:00:47
    Exit a program using std::process in Rust
  • Урок 14. 00:00:38
    Create a loop in Rust
  • Урок 15. 00:01:36
    Make your Rust code more DRY