Completed
Coding a function and static types
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Introduction to Rust Programming Tutorial - Getting Started with Rust Lang
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Why Rust is important in a Web ecosystem
- 3 Installing Rust
- 4 Updating Rust
- 5 Uninstalling Rust
- 6 Cargo
- 7 Creating a new Rust application with Cargo
- 8 Understanding Cargo.toml
- 9 gitignore
- 10 Hello World with main.rs
- 11 Running your application with cargo run
- 12 Rust in VSCode
- 13 Binaries, Libraries and Target folder
- 14 Cargo build
- 15 Get coding in RustLang
- 16 VSCode extensions
- 17 Coding a function and static types
- 18 Debugging in VSCode
- 19 Conclusion