Rust 1.0 Mozilla programming language officially released
The Rust Core team recently announced the official release of Rust 1.0. Rust is a new programming language aiming to make it easier to build reliable, efficient systems. Rust combines low-level control over performance with high-level convenience and safety guarantees Highlights The vast majority of the standard library is now #[stable]. It is no longer possible to use unstable features with a stable build of the compiler. Many popular crates on crates.