Related. Others?<p><i>Effective Rust</i> - <a href="https://news.ycombinator.com/item?id=38241974">https://news.ycombinator.com/item?id=38241974</a> - Nov 2023 (10 comments)<p><i>Effective Rust (2021)</i> - <a href="https://news.ycombinator.com/item?id=36338529">https://news.ycombinator.com/item?id=36338529</a> - June 2023 (204 comments)<p>Edit: I've put 2024 in the title above because that's what the page currently says. But what's the most accurate year for this material?
While I am only a Rust novice it seems to me like the "2.2 Item 11: Implement the Drop trait for RAII patterns" could use some kind of mention of Drop-leaks. I learned about it at <a href="https://doc.rust-lang.org/nightly/nomicon/leaking.html" rel="nofollow">https://doc.rust-lang.org/nightly/nomicon/leaking.html</a>
Rust is so full of symbol soup.<p><pre><code> <'_>)
</code></pre>
is a very simple one, but there are ones with ~7 consecutive symbols, and there are a lot of symbols all over Rust code.<p>How come it is in demand?<p>Cool book though.