Hi, I just started learning rust. But I couldn't find proper tutorials to learn them. So,can anyone suggest me some free resources where i can start learning rust with ease?
I personally really enjoyed FreeCodeCamp's YouTube course.
It depends on your programming experience.
If you come from C/C++, I would recommend Learn Rust the Dangerous Way.
If not, starting with The Book then QuineDot's Learning Rust is a good idea. You may just skimming over The Book if have previous experience in other programming language.
Then just use Rust to solve actual problem after that. Refer to official document when stuck.
For people with at least some minimal systems programming experience I would also recommend Rust for C-Programmers as a compact online introduction to Rust
I just finished chapter 21 titled "Patterns and pattern matching".
I think I actually never saw QuineDot's Learning Rust before. It seems to have no date -- was it just recently published?
Great resource - it can be dated very precisely
I think it's mostly still fresh. If you run into confusion, I'm active on this forum, or will eventually notice issues in the repo
OK, I think then I will read it soon. Unfortunately, in the last 15 months I found partly outdated, and sometimes low quality learning resources, where the original authors had already retired or just refuse to acknowledge their errors. The only positive exception was with the Bevy documentation, see Issues in the Quick Start Guide · Issue #1630 · bevyengine/bevy-website · GitHub