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✨. ...