GATs allow type parameters to associated types in traits. This feature enables total type-level functions to be associated to structs. I show how to use this pattern to implement higher-order type-level functions, and how to use specialization to make par... (more…)
Read more »
A stream meant for "advanced beginners" of Rust who are familiar with the concepts of ownership and strings but don't yet have a firm grip on them. In this s... (more…)
Read more »
Argument parsing for the future 🚀. Contribute to Owez/argi development by creating an account on GitHub. (more…)
Read more »
If you’ve ever wondered how block_on from the futures crate works, today we are going to write our own version of the function. (more…)
Read more »