Rust Design Patterns as a Book

A catalogue of Rust design patterns, anti-patterns and idioms… Read more

Similar

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 »