* [Let's Get Rusty Playlist](https://www.youtube.com/watch?v=OX9HJsJUDxA&list=PLai5B987bZ9CoVR-QEIN9foz4QCJ0H2Y8&index=1&t=10s&r=f) * [List of crates available in Rust Playground](https://github.com/rust-lang/rust-playground/blob/main/compiler/base/Cargo.toml) * [Rust Playground](https://play.rust-lang.org/?version=stable&mode=debug&edition=2021) ## 2. Guessing Game https://play.rust-lang.org/?version=beta&mode=debug&edition=2021&gist=600acd485b214c7e28bd35fe44872399 ## 3. Common Programming Concepts in Rust https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=f6d221ac7551364d04ed84f701406e12 ## 4. Understanding Ownership Copying, cloning, heap/stack: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=32252bcc07597a79cff3a3602b8465ab Ownership and Functions: