Write Rust lints without forking Clippy

Write Rust lints without forking Clippy Samuel Moelius – Staff Engineer… Read more

Similar

Philosophies of Rust and Haskell

As regular users of both Rust and Haskell, the FP Complete engineering team often discusses the similarities and differences in these languages. In this post, we'll review some of the philosophical underpinnings of these languages. (more…)

Read more »

Inviting God’s Wrath with Cursed Rust

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 »