Ok, so...<p>Almost all the books written with the intention to teach you some X programming language, actually do the same journey over and over. What variables are, if-else, classes, etc.<p>I wan to learn Rust, but without reading all the same material. I mean, I already know what an if construct does, etc. I'm not saying I'm expert programmer, but a lazy person. Lol<p>What would be your advice for me?<p>Thank you.
Wow, this community is fast.
Thank you for your responses and those valuable resources.
Having that Rust summaries and cheat-sheets. How can I learn about the way of putting an entire application together, the rustacean way? That is not too large to digest, like Servo.
Thank you again
"The Rust Programming Language" [1] seems to be written for somebody who already knows programming concepts.<p>[1] <a href="https://doc.rust-lang.org/book/" rel="nofollow">https://doc.rust-lang.org/book/</a>
I'm confused--are you just looking for a summary of syntax similar to this?[1]<p>[1] <a href="http://learnxinyminutes.com/docs/rust/" rel="nofollow">http://learnxinyminutes.com/docs/rust/</a>
So a syntax cheat sheet? Like this [0] but for Rust?<p>[0] <a href="http://www.cheat-sheets.org/saved-copy/RubyCheat1.png" rel="nofollow">http://www.cheat-sheets.org/saved-copy/RubyCheat1.png</a>
Usually for most languages there are more advanced texts that skip the basics. I know I've seen them, though I don't have concrete examples at the moment.