How to write documentation| doc.rust-lang.org
A `Waker` is a handle for waking up a task by notifying its executor that it is ready to be run.| doc.rust-lang.org
"All men are mortal, Socrates is a man, therefore Socrates is mortal."| www.sminez.dev
Building TodoMVC With vgtk| bodil.lol
Types that pin data to a location in memory.| doc.rust-lang.org
The Rust programming language feels like a first generation product. You know what I mean. Like the first iPhone - which was amazing by the way. They made an entire operating system around multitouch. A smart phone with no keyboard. And a working web browser. Within a few months, we| Seph
Hello! For the latest async interview, I spoke with Carl Lerche| smallcultfollowing.com
I wanted to give an update on the status of the “async-await| smallcultfollowing.com
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
async-task is one of the most complicated crates in the smol ecosystem. But, fundamentally, it’s just a future on the heap.| notgull
In the early-to-mid 2010s, there was a renaissance in languages exploring new ways of doing| without.boats
Types that pin data to a location in memory.| doc.rust-lang.org