After thinking about the async fn in traits problem for a while, I've come to the conclusion that the syntax Rust chose for async fn is the wrong one. Specifically, the fact that the returned future type is hidden is quite limiting. Here's how we can fix ... (more…)
Read more »
Co-authored-by: Sean DuBois sean@siobud.com
Co-authored-by: DDRBoxman colin@recursivepenguin.com
First and foremost, thanks to the original author of the draft PR for webrtc Collin Edwards (DDRBoxm... (more…)
Read more »
This article marks the end of the second edition of 24 days of Rust. I hope
you enjoyed it and maybe found inspiration for a project or two. I sure
did :-) Some of the libraries I wrote about are familiar to almost entire
Rust community. Some are fairly o...
Read more »
We’ve added 14 more coding languages to CodeFights, making our total number of supported languages 32! Master your primary language, or practice a new one. (more…)
Read more »