Enjoying reading the Rust book and learning from that. I wanted to see how a project would look like to give some context to the content there. Please suggest a good video course and/or understandable github repo that would expose me to rust best practices and such.
The book is awesome for understanding the language, but I would also like to build a more advanced project to see how a good rust program would look and such.
A project grows organically over a long time. Having a single video showing everything is impossible. You would be better off looking at repositories for open source projects. Just go to lib.rs or crates.io and check how these are structured.
And maybe start with larger, well-known and widely used projects.
Those are more likely to reflect best practices than John Doe's first crate on crates.io.