Implementing our own Result type that has a specific memory layout, so it can be used by Roc code. To see the exercises code as it was when I recorde… ...more
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