Zero To Production In Rust is an opinionated introduction to backend development in Rust.
You can pre-order the book on zero2prod.com.
Subscribe to the newsletter to be notified when a new episode is published. (more…)
Read more »
About a year ago I wrote soa-rs, a structure-of-arrays (SOA) crate for Rust that makes extensive use of procedural macros and unsafe. In this post, I want to reflect on my experience with those tools. Much that I have to say mirrors Chad Austin's recent U... (more…)
Read more »
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 »
A Rust DHCP server. Contribute to bluecatengineering/dora development by creating an account on GitHub. (more…)
Read more »