Thanks! I am looking at The Book ( https://doc.rust-lang.org/book/ ), but hoped there was an amazing person on youtube. Yeah, I'll build something, finally trying webassembly.
https://www.youtube.com/watch?v=OX9HJsJUDxA&list=PLai5B987bZ....
11–19 of 19 posts
Thanks! I am looking at The Book ( https://doc.rust-lang.org/book/ ), but hoped there was an amazing person on youtube. Yeah, I'll build something, finally trying webassembly.
https://www.youtube.com/watch?v=OX9HJsJUDxA&list=PLai5B987bZ....
Read the Rust Book. Rust is not like other languages, you need to understand the fundamentals before staring a project, otherwise you will get frustrated.
So while going through Rust by Example, I'll paste programs into ChatGPT and have a conversation with it about how specific pieces work. I've also done LeetCode problems and then asked ChatGPT for feedback about my approach.
A good resource for learning ownership, borrowing, references and all that jazz: https://rust-unofficial.github.io/too-many-lists/
Ask ChatGPT to give you example programs you need to implement based on part of rust you want to learn.
https://www.oreilly.com/library/view/programming-rust-2nd/97...
Read the Rust Book. Rust is not like other languages, you need to understand the fundamentals before staring a project, otherwise you will get frustrated.