Antialiased 2D vector drawing library written in Rust - femtovg/femtovg... (more…)
Read more »
Rust is a fascinating language filled with novel ideas. However, the tooling around the language is still maturing. The seemingly best… (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 »
I love the aesthetics of terminals and I’m not the only one, there is a whole subreddit dedicated to... (more…)
Read more »
Last week, Ibrahim Dursun published an article about zero-cost abstractions in Rust.
Unfortunately, except for a subpart of the article, this article did not reflect, in my own opinion, correctly what are zero-cost abstractions. (more…)
Read more »