About a month ago I ported my C99 ray tracer side project to Rust. The initial port went smoothly, and I’ve now been plugging away adding features and repeatedly rewriting it in my spare hours. In parallel I’m getting up to speed on a large, production Ru... (more…)
Read more »
I’ve been meaning to post about this for a while. I plan to start a series ondifferent patterns for Rust / C++ FFI that are being used in Gecko. (more…)
Read more »
Due to some recent Rust drama in the Linux kernel I’ve decided to explain in detail why the Rust ideology simply isn’t compatible with the Linux way. (more…)
Read more »
In the first volume of 24 Days of Rust, I've
written about hyper
as the Rust HTTP toolkit. A lot of things have changed in the last two years,
but hyper is still the best solution for HTTP in Rust.
However, hyper is undergoing some major changes to use
to...
Read more »
Fast and multi-platform Spotify client with native GUI - jpochyla/psst... (more…)
Read more »