What’s unique about Rust? What makes Rust so special? What makes rust special is that it guarantees memory safety. You can’t write buffer overflows, dangling pointers or double free bugs in Rust. Rust is special because it has performance comparable to C/C++, and the memory safety of Java, C#, Javascript.

#rust #web-development

What's unique about Rust (the programming language)?
3 Likes2.70 GEEK