Program in C (Parody song)
👋 This page was last updated ~6 years ago. Just so you know.
Once upon a time, @Cinememer wrote some alternative lyrics to “Under The Sea”. I couldn’t resist singing them!
I unfortunately lost the audio files for this. Oh well.
(JavaScript is required to see this. Or maybe my stuff broke)
Here's another article just for you:
Surviving Rust async interfaces
I used to be afraid of async Rust. It’s easy to get into trouble!
But thanks to the work done by the whole community, async Rust is getting easier to use every week. One project I think is doing particularly great work in this area is async-std.
Let’s say we want to compute the SHA3-256 hash of a file. It’s very easy to do with synchronous I/O: