Over the past year I build a number of tools and utilities in Rust. Previously, I would mostly do this in node.js or shell scripts but Rust has some advantages: (more…)
Read more »
Rust library for writing Linux security policies using eBPF - GitHub - deepfence/ebpfguard: Rust library for writing Linux security policies using eBPF... (more…)
Read more »
Compile Rust code to GBZ80 (Gameboy Z80). Contribute to zlfn/rust-gb development by creating an account on GitHub. (more…)
Read more »
An unexpected errorA friend was experimenting with Rust and asked if I could help decipher an error message for them:PS Z:\Projects\aoc\src\bin> cargo build --bin=2021_day19... (more…)
Read more »
In this next1 post of my series explaining how Rust is better off without Object-Oriented Programming, I discuss the last and (in my opinion) the weirdest of OOP’s 3 traditional pillars.
It’s not encapsulation, a great idea which exist... (more…)
Read more »