Hacker News new | ask | show | jobs
by givemeethekeys 1375 days ago
This is a good list, although it contains a lot of redundancy - at least, the first "how to learn" links - the youtube videos cover the same material over and over again. They are good - you may not need to watch every one in order as the author suggested.

My approach has been considerably, uhh.. lazier, if you will:

I just read through the rust book available on http://rust-lang.org. It is easy to follow although, sometimes it doesn't fully explain the "why" behind certain things to idiots like me. For that, I turned to a quick online search, which brought up helpful blog posts, Reddit and Stack Overflow posts.

Thats it. Next, I'll try to wrap my head around Actix to create a web server.