Async Cancellation I| blog.yoshuawuyts.com
This month was mainly dedicated to managing the house project. This job has been quite| tdotc.eu
These days saw the release of nolife 0.4, a crate that offers an intuitive fix for borrow errors by letting you conveniently store a scope of execution containing multiple borrows inside of your struct without a lifetime. I want to seize this opportunity to write a bit about what goes into making a library that juggles self-referential code like nolife does.| blog.dureuill.net
This is the first post in a series of posts about concurrency in Rust, and the different APIs that| without.boats