The cliche answer is that I started BASIC when I was six with the help of my
dad, and spent my teens writing graphics code and BBS software. I can provide a better answer by describing how I started… (more…)
Read more »
REST API binding crates are numerous, but the design patterns could be improved... (more…)
Read more »
This article is a story about optimising the size and performance of std::borrow::Cow<T> in Rust.
It requires some basic knowledge of programming Rust, but doesn’t require any knowledge of the kind
of low-level details of Rust’s compilation model. W... (more…)
Read more »
Everything you need to know about getting started with unsafe Rust. Learn to troubleshoot common issues and debunk popular myths. (more…)
Read more »