13 comments

[ 3.7 ms ] story [ 28.0 ms ] thread
I like it, looks cool on desktop, but a mobile view would be cool to have as well. Having to scroll from left to right is a little awkward. Just as a side note
For all the rust programming you do on your phone?
Is it just me, or does this seem a surprisingly bad teaching aid? I mean, it's correct and concise, but it almost distracts from the things that actually matter. I feel if I was learning Rust again this would've been almost useless, if not actually demotivating (because of how much complexity it shoves in your face all at once).

It reminds me of one of the ways of visually laying out elementary particles according to the Standard Model. And now I wonder how much that representation is also actually detrimental to its use as a teaching aid.

How this is structured reminds me of the periodic table.
That is nice. I absorbed a lot of understandable info in a very short time since I am familiar with some other statically typed languages.
Does Rust not have built in Traits for string representations (like Show) or json representations of data?
I feel like I need a guide for the guide
I love a page that doesn't react to my browser width.
Someone mentioned a syntactic sugar for stuff like "let mut iter = a.into_iter();" (into_iter() bit) and the like, may I get reminded of them again?