There’s been a lot of discussion lately around ergonomic ref-counting. We had a lang-team design meeting and then a quite impactful discussion at the RustConf Unconf. I’ve been working for weeks on a follow-up post but today I realized what should’ve been obvious from the start – that if I’m taking that long to write a post, it means the post is too damned long. So I’m going to work through a series of smaller posts focused on individual takeaways and thoughts. And for the first o...| smallcultfollowing.com
A common trait that allows explicit creation of a duplicate value.| doc.rust-lang.org
Types whose values can be duplicated simply by copying bits.| doc.rust-lang.org
This is the first post in a series of posts about concurrency in Rust, and the different APIs that| without.boats