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
A future represents an asynchronous computation obtained by use of `async`.| doc.rust-lang.org
Pre-Pooping Your Pants With Rust| cglab.ca