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

September 20, 2023 Â· 3 min Â· 526 words Â· Tomer Lev

In Rust we trust #0 - Pattern matching

A series (hopefully) where I geek out on Rust to anyone willing to hear. This time ✨Pattern Matching✨. ...

August 31, 2023 Â· 2 min Â· 297 words Â· Tomer Lev