Rust vs C Pitfalls

Itay is a developer and a researcher who’s passionate about solving low-level challenges. He loves to tinker with electronics, to optimize his Emacs config, and to learn new technologies.

Similar

Magnifying Glasses for Rust Assembly

Compilers are complex beasts. Our high level source code goes through many transformations until it winds up becoming machine code that runs on real or virtual hardware. Assembly is the final destination before machine code and it doesn't have to be menac... (more…)

Read more »

Error Handling in Rust – A Deep Dive

Error handling in Rust can be confusing - should you use a library? Which one? For what purpose? This chapter provides a structured framework to reason about errors as well as a guide on how to leverage the existing ecosystem (`thiserror`, `anyhow`). (more…)

Read more »