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 »
rust-talks - Community maintained list of Rust talks.
Read more »
This post is a reply / extension to Shane Osbourne’s post on binary search.
So please give that a read before continuing here.
It’s a great introduction to the algorithm with animations and all. (more…)
Read more »
In the previous blog post we have learned how to make calls to the GitHub APIs using Anterofit. In this part, we will focus on using the Rocket framework for... (more…)
Read more »