by ngrilly on 3/4/24, 1:52 PM
I like that the article explains why Rust is great for memory safety, but won't solve everything. It also shows how to write memory safe programs in new low-level languages like Zig, offering spatial memory safety, combined to arenas and hardened memory allocators for temporal memory safety.