There are endless debates online about Rust vs. Zig, this post explores a side of the argument I don't think is mentioned enough.| zackoverflow.dev
As is well known, the Rust language consists of two major parts: Safe Rust and Unsafe Rust. Unsafe Rust is a superset of Safe Rust. This means that all code written in Safe Rust can also work normally| rustmagazine.org