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 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 »
We join the Rust community in announcing the formation of the Rust Foundation, the host of the popular Rust programming language that began within Mozilla. (more…)
Read more »
Cross-platform application to monitor your network traffic with ease - GitHub - GyulyVGC/sniffnet: Cross-platform application to monitor your network traffic with ease... (more…)
Read more »