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, … Read more

Similar

Implementing a Type-safe printf in Rust

I show how to use heterogeneous lists and traits to implement a type-safe printf in Rust. These mechanisms can ensure that two variadic argument lists share important properties, like the number of format string holes matches the number of printf argument... (more…)

Read more »

A Survey of Rust GUI Libraries

a popular trend in the Rust community is to ask "Are We X Yet" for various things that it would be nice to be able to develop easily in Rust - game and web are the most prominent ones as far as i can tell - and one such question is Are We GUI Yet. that's ... (more…)

Read more »