I'm obviously not spending much time writing here. It's been a rather
busy month at work, and I've been doing other things on the weekend that
aren't particularly interesting to write about.
(more…)
Read more »
I’m really excited to announce a new crate I’ve been working on, called failure, and which I’ve just released to crates.io. Failure is a Rust library intended to make it easier to manage your error types. This library has been heavily influenced by learni... (more…)
Read more »
Antialiased 2D vector drawing library written in Rust - femtovg/femtovg... (more…)
Read more »
In this first episode of the Rust Compile time series, Brian Anderson, one of Rust's original authors, shares with you his researches and experiences with Rust compile times, using the TiKV project as a case study. (more…)
Read more »
If you're looking to write fast code in Rust, good news! Rust makes it really
easy to write really fast code. The focus on zero-cost abstractions, the
lack of implicit boxing and the static memory management means that even naïve
code is often faster than... (more…)
Read more »