Refactoring Rust
Slides and material for my refactoring Rust workshop.
Step by Step Tutorial
Fantastic article by Pascal Hertleif on elegant APIs (some examples like extension traits and into option are taken from this article)
Pascal Hertleif’s idiomatic Rust libraries slides
A collection of software engineering techniques for effectively expressing intent with Rust. The Result examples where taken from here