Submission + - Rust 1.0 released (rust-lang.org)
TopSpin writes: Rust 1.0 has appeared and release parties in Paris, LA and San Francisco are taking place today. From the Rust Programming Language blog; `Today we are very proud to announce the 1.0 release of Rust, 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. Better yet, it achieves these goals without requiring a garbage collector or runtime, making it possible to use Rust libraries as a “drop-in replacement” for C.'