Rust Paid/ Un Paid tutorials

What are some good Rust paid/free tutorials. Other than Udemmy. I will prefer a video tutorial that take a project along the way.

What kind of Rust project are you looking for? Async/await for web servers? Command-line tools? Wasm in browsers? GUIs? Games? Something else?

Command-line tools for now. I will explore other areas later on.

How is Getting started - Command Line Applications in Rust for learning command-line tools?

2 Likes

You might also try https://github.com/rust-unofficial/awesome-rust#command-line It is an excellent source of tutorials and more.

https://github.com/rust-unofficial/awesome-rust

1 Like

If you would like to relax and have someone explain things Ryan Levick has an excellent series of tutorials on YouTube:

Jon Gjengset has a series of presentations from a more advanced point of view: https://www.youtube.com/playlist?list=PLqbS7AVVErFiWDOAVrPt7aYmnuuOLYvOa
Jon also has some full scale coding sessions where he walks you though building substantial programs in Rust.

4 Likes

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.