@lintmoth@ohai.social Is Rust more complicated than C and Zig? Yes, learning it takes longer. But in the long term, Rust is easier when it comes to managing or contributing to some big project. It gives you confidence.
On the other hand, C and Zig seem to be "easy" since you don't need to learn a lot to get started. But they are both NOT memory safe.
Take a look at this most known big Zig project:
https://github.com/oven-sh/bun/issues?q=is%3Aissue+is%3Aopen+segfault
Note that a SEGFAULT is rather harmless compared to other memory bugs.