When Zig is safer and faster than Rust
3/7/2023
There are endless debates online about Rust vs. Zig, this post explores a side of the argument I don't think is mentioned enough.
Intro / TLDRλ
I was intrigued to learn that the Roc language rewrote their standard library from Rust to Zig. What made Zig the better option?
They wrote that they were using a lot of unsafe Rust and it was getting in their way. They also mentioned that Zig had “more tools for working in a memory-unsafe environment, such as reporting memory leaks in tests”, m...
Read more at zackoverflow.dev