In Rust we trust #1 - Compile less with cfg_attr
You don’t want to compile what you don’t use, and you don’t want to use what you don’t need - let’s talk about cfg_attr. ...
You don’t want to compile what you don’t use, and you don’t want to use what you don’t need - let’s talk about cfg_attr. ...
A series (hopefully) where I geek out on Rust to anyone willing to hear. This time ✨Pattern Matching✨. ...
Given the C++ code below, what will be its output? ...
Singletons get a bad rep, but I argue that it shouldn’t always be the case. ...
I don’t like WinAPI. That’s why, when I can, I try to find tricks to avoid using it. ...