▲ | lifthrasiir 5 days ago | |
More accurately speaking, Zig helps spatial memory safety (e.g. out-of-bound access) but doesn't help temporal memory safety (e.g. use-after-free) which Rust excels at. | ||
▲ | pjmlp 4 days ago | parent | next [-] | |
Which is something that even PL/I predating C already had. | ||
▲ | ViewTrick1002 4 days ago | parent | prev [-] | |
As long as you are using the "releasesafe" build mode and not "releasefast" or "releasesmall". |