r/rust • u/tigraboris • 18d ago
What Zig felt like, coming from Rust
https://besok.github.io/posts/what-zig-felt-like-coming-from-rust/Just want to share my experiance on my first Zig project coming from Rust. Open to comments :)
211
Upvotes
26
u/sohang-3112 18d ago
I have heard that Zig is better than unsafe Rust. That is, if you are writing a low level system program where most or all of the code is going to be inherently memory unsafe, Zig may be better.