You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
generally i think that unless you're writing something super low level (like an os kernel or a device driver) you are better off staying away from...
Gotta say, I've been very impressed with Rust so far.
I didn't think we could get a language to compile slower than C++ but they smashed that...
mem safety can be a legitimate issue for things like servers where you cant afford to have exploits/crashes, but Rust is still a retarded option...