Does Julia solve the two-language problem and when should you use Rust instead?| mo8it.com
async-task is one of the most complicated crates in the smol ecosystem. But, fundamentally, it’s just a future on the heap.| notgull
Good morning! It is still 2020, and the world is literally on fire, so I guess we could all use a distraction. This article continues the tradition of me getting shamelessly nerd-sniped - once by P...| fasterthanli.me
A mutual exclusion primitive useful for protecting shared data| doc.rust-lang.org
The async/await feature in Rust is implemented using a mechanism known as cooperative scheduling, and this has some important consequences for people who write asynchronous Rust code.| ryhl.io