Wrapper Types in Rust: Choosing Your Guarantees
This post is now a part of the official rust book In my previous post I talked a bit about why the RWlock pattern is important for accessing data, … (more…)
Read more »
A bit over half a year ago I started experimenting with the idea of implementing Fn* traits on custom types. This is what came out of my experimentation… Read more