This video is an introduction to Rust Programming Tutorial (Rust Lang) and gets you installed and coding your first Rust Language application quickly. I show you how to install and get Rust up and running on your machine and how easy it is to start coding on it in Visual Studio Code (VSCode). We create some basic hello world applications in RustLang and have quick play with the language and show how quickly you can get building things yourself. We not only explore the tools and the basics but we also explore why it's important to Web and how Rust can augment Javascript/Typescript based solutions in the frontend (with WebAssembly (wasm)) and the backend (nodejs/deno). This video gives you that solid introduction to Rust and gets your started on your new journey with this awesome language. If you are an existing Javascript and/or Web Developer today this video shows how Rust can fit into your world. 00:00 Introduction 00:29 Why Rust is important in a Web ecosystem 04:20 Installing Rust 06:18 Updating Rust 06:38 Uninstalling Rust 06:55 Cargo 07:47 Creating a new Rust application with Cargo 08:31 Understanding Cargo.toml 09:27 gitignore 09:45 Hello World with main.rs 10:43 Running your application with cargo run 11:03 Rust in VSCode 11:46 Binaries, Libraries and Target folder 12:14 Cargo build 12:25 Get coding in RustLang 14:31 VSCode extensions 15:14 Coding a function and static types 19:56 Debugging in VSCode 22:00 Conclusion