Wrapping a C function with safe Rust code. To see the exercises code as it was when I recorded the video: git clone https://github.com/… ...more
This is an early warning: I am actively working to move this blog away from WordPress, to a static site created using Zola. I am planning to keep as m… ...more
Coding up a linked list based on raw pointers in Rust. To see the exercises code as it was when I recorded the video: git clone https://git… ...more
Looking through some of the types of code you will be working with if you're doing unsafe Rust, and some of the unsafe types you might want to use. S… ...more
If you write unsafe Rust, you need to reason about "undefined behaviour". We talk through what that means, and try to develop an intuition about why w… ...more