You might have seen those obnoxious “you should rewrite it in Rust comments” here and there: in a blogpost in a Github issue you might have heard about that Rust Evangelism Strike Force… (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 »
Strong opinions and crazy ideas on minimalism, hacking and everything in between. By Sylvain Kerkour, creator of Bloom. (more…)
Read more »
Arthur Carcano's online presence. If you've googled me, that's probably what you're looking for. (more…)
Read more »
With the release of rust 1.70, there was
some surprise and frustation
that
unstable test features now require nightly,
like all other unstable features in Rust.
One of the features most affected is --format json which has been in
limbo for 5 years.
This d... (more…)
Read more »