HTTP status codes with async Rust

Following up a on previous blog post, we’ll examine different levels of async code while building a semi-useful program that checks web links… Read more

Similar

One Hundred Rust Binaries

I recently completed a #100binaries series on Twitter wherein I shared one open-source Rust tool or application each day, for one hundred days (Jul—Nov 2020). This post lists binaries 1–50. See page 2 for binaries 51–100. (more…)

Read more »

An essay of checked exceptions in Rust

Two years ago I started the cex project to support checked exceptions in Rust. After eating my own dog food, I'd like to share some thoughts - with little code and more like an essay. Checked exceptions provide code-as-documentation #[cex] pub fn foo()... (more…)

Read more »