Latest Posts
Read all latest blog posts
Bitpacking fun
When porting a C API to Rust, it’s important to understand the underlying structure layout rules that the C compiler uses.
Read MoreBitpacking fun
When porting a C API to Rust, it’s important to understand the underlying structure layout rules that the C compiler uses.
Read MoreUndefined Behavior: Rust comes to the rescue
Have you ever encountered a strange error or bug in your code that you just couldn’t seem to fix?
Read MorePlease don't lie about safety
Is this safe? Recently, I stumbled upon a function from an upstream library I was using, that looked something like this:
Read MoreWays not to fight with the 'Borrow Checker'
The problem The borrow checker is probably the biggest hurdle for newcomers to Rust.
Read More