Don't be let down by other comments. The topic itself something I think people would more enjoy when it is more comprehensive. Add more content with your findings, refine and then post again on HN
Idiomatic Rust
31–40 of 45 posts
Re: Idiomatic Rust
#32> Idiomatic Rust Not very idiomatic to not use the builtin code formatter...
Re: Idiomatic Rust
#33Personally, I'd prefer to see a table of content and jump through it than being taken through it like a little story. Is there anything more than part 1?
Re: Idiomatic Rust
#34Personally, I'd prefer to see a table of content and jump through it than being taken through it like a little story. Is there anything more than part 1?
Yeah, I clicked the "Show me" half expecting a popup asking to subscribe to a newsletter for "updates" on more parts. OP, this is just feedback and I hope that you'll continue documenting your rust journey even if it's just for yourself.
Re: Idiomatic Rust
#35Hello HN, I've recently started learning Rust, and I'm finding it incredibly interesting! However, I'm also encountering a wealth of new syntax, built-in functions, and concepts that are unique to Rust. To solidify my understanding and create a useful resource for myself (and hopefully others), I've been diligently documenting these discoveries. I've decided to share these insights by starting a blog, where I'll delv…
If you think any of the features you listed are unique to Rust, you need to learn more languages.
I hope some of these are unique to Rust. Let me know!
Re: Idiomatic Rust
#36Hello HN, I've recently started learning Rust, and I'm finding it incredibly interesting! However, I'm also encountering a wealth of new syntax, built-in functions, and concepts that are unique to Rust. To solidify my understanding and create a useful resource for myself (and hopefully others), I've been diligently documenting these discoveries. I've decided to share these insights by starting a blog, where I'll delv…
Right now there is only Part 1, right? If not, this will need fixing. I tried clicking on "Show Me!" just in case it loads more, but it did not. As someone else said, I would like to see a TOC instead, personally.
Re: Idiomatic Rust
#37Hey I enjoyed reading part 1. Would you add a media query though to the left and right margins? It’s impossible to read vertically on mobile.
Re: Idiomatic Rust
#38Please do Strings next. Effective Rust isn't useful at guiding to a good default. The technical arguments for one or the other option are available in a bunch of places, but no good guidance on an idiomatic default.
Re: Idiomatic Rust
#39How it renders on mobile: Rust simplifies numerical variable initialization by allowing type annotation directly within the value assignment.