Rust is a systems programming language that provides memory safety, high performance, and concurrency. It combines the low-level control of C and C++ with the modern features of other high-level languages. Rust utilizes a zero-cost abstractions, which means that the code you write is as close to the hardware as possible, while still being easy to use and maintain. It allows for powerful, safe and efficient coding. Rust is a statically-typed language and uses a powerful type system to help prevent common programming errors, such as dangling pointers and data races. It also supports functional and object-oriented programming paradigms, as well as making it easier to write concurrent and parallel code. Finally, Rust comes with a package manager, Cargo, which makes it easy to manage dependencies and share code with others.
Descontinuado Sustituido por http://alternativeapp.info/software/swift-programming-language/
Discontinued It seems that the project is no longer being developed and the wiki has not been updated since February 2015. The latest version, 0.9.6, released in December 2013, can still be downloaded from the official website.
The main purpose of the Rust programming language is to address problems in the C programming language that cannot be addressed without such fundamental changes that the result is no longer C.