Crate of the Week

I'd like to self-nominate bon. It is a generic crate that lets you create builders from free functions, associated methods, and structs (it works like a classic builder derive as well). It solves the 'named function arguments' problem in Rust.

Here is a post on Reddit with the link to the blog post that introduces the problem that the crate solves and the crate itself.

4 Likes