Hacker News new | ask | show | jobs
by valbaca 1169 days ago
> projects

That's exactly what "Zero To Production" is about. Actually most of what makes Rust intro material good is that you are building things, not just going on about syntax and language particulars.

For example, "The Book" (what we call "The Rust Programming Language") ends with building a multi-threaded web-server.

1 comments

The official Rust introduction is stellar! One concept at a time, clearly explained, with examples.

And, most importantly, it is complete. It starts with how to install it, and the installation actually works in a few lines of code. The authors put a lot of effort into the general onboarding user experience.