let blocks

It’s kinda obvious now that I’ve typed it, but the builder pattern in rust can work, even if you don’t expect it to.

let already_initialised = { do_stuff_here() };

Continue reading