Continuing writing our mini-rust in Rust. Figuring out how to throw an error when lexing goes wrong. You can find the source code at codeberg.org/and… ...more
Introducing my new series: writing a little Rust-like language in Rust. It will be an interpreted language, and (for now at least) it will try to work… ...more
Creating a custom Python extension in Rust. To see the exercises code as it was when I recorded the video: git clone https://github.com… ...more
Using cargo-bindgen to generate bindings, automating what we need to do to use existing C code inside a Rust project. To see the exercises code as it… ...more
Trying out calling Rust code from with a C program (should help with calling Rust from any compiled-to-native language too). To see the exercises cod… ...more