タグ Announcing Rust
人気順 10 users 50 users 100 users 500 users 1000 usersAnnouncing Rust 1.65.0 | Rust Blog
The Rust team is happy to announce a new version of Rust, 1.65.0. Rust is a programming language empowering everyone to build reliable and efficient software. Before going into the details of the new Rust release, we'd like to draw attention to the tragic death of Mahsa Amini and the death and vi... 続きを読む
Announcing Rust 1.63.0 | Rust Blog
The Rust team is happy to announce a new version of Rust, 1.63.0. Rust is a programming language empowering everyone to build reliable and efficient software. If you have a previous version of Rust installed via rustup, you can get 1.63.0 with: rustup update stable If you don't have it already, y... 続きを読む
Announcing Rust 1.62.0 | Rust Blog
The Rust team is happy to announce a new version of Rust, 1.62.0. Rust is a programming language empowering everyone to build reliable and efficient software. If you have a previous version of Rust installed via rustup, you can get 1.62.0 with: rustup update stable If you don't have it already, y... 続きを読む
Announcing Rust 1.59.0 | Rust Blog
The Rust team has published a new version of Rust, 1.59.0. Rust is a programming language that is empowering everyone to build reliable and efficient software. Today's release falls on the day in which the world's attention is captured by the sudden invasion of Ukraine by Putin's forces. Before g... 続きを読む
Announcing Rust 1.54.0 | Rust Blog
The Rust team is happy to announce a new version of Rust, 1.54.0. Rust is a programming language empowering everyone to build reliable and efficient software. If you have a previous version of Rust installed via rustup, getting Rust 1.54.0 is as easy as: rustup update stable If you don't have it ... 続きを読む
Announcing Rust 1.53.0 | Rust Blog
The Rust team is happy to announce a new version of Rust, 1.53.0. Rust is a programming language that is empowering everyone to build reliable and efficient software. If you have a previous version of Rust installed via rustup, getting Rust 1.53.0 is as easy as: rustup update stable If you don't ... 続きを読む
Announcing Rust 1.50.0 | Rust Blog
The Rust team is happy to announce a new version of Rust, 1.50.0. Rust is a programming language that is empowering everyone to build reliable and efficient software. If you have a previous version of Rust installed via rustup, getting Rust 1.50.0 is as easy as: rustup update stable If you don't ... 続きを読む
Announcing Rust 1.47.0 | Rust Blog
The Rust team is happy to announce a new version of Rust, 1.47.0. Rust is a programming language that is empowering everyone to build reliable and efficient software. If you have a previous version of Rust installed via rustup, getting Rust 1.47.0 is as easy as: rustup update stable If you don't ... 続きを読む
Announcing Rust 1.33.0 | Rust Blog
The Rust team is happy to announce a new version of Rust, 1.33.0. Rust is a programming language that is empowering everyone to build reliable and efficient software. If you have a previous version of Rust installed via rustup, getting Rust 1.33.0 is as easy as: $ rustup update stable If you don'... 続きを読む
Announcing Rust 1.32.0 | Rust Blog
The Rust team is happy to announce a new version of Rust, 1.32.0. Rust is a programming language that is empowering everyone to build reliable and efficient software. If you have a previous version of Rust installed via rustup, getting Rust 1.32.0 is as easy as: $ rustup update stable If you don'... 続きを読む
Announcing Rust 1.31.1 | Rust Blog
The Rust team is happy to announce a new version of Rust, 1.31.1. Rust is a systems programming language focused on safety, speed, and concurrency. If you have a previous version of Rust installed via rustup, getting Rust 1.31.1 is as easy as: $ rustup update stable If you don't have it already, ... 続きを読む
Announcing Rust 1.29 - The Rust Programming Language Blog
The Rust team is happy to announce a new version of Rust, 1.29.0. Rust is a systems programming language focused on safety, speed, and concurrency. If you have a previous version of Rust installed via rustup, getting Rust 1.29.0 is as easy as: $ rustup update stable If you don’t have it already, ... 続きを読む
Announcing Rust 1.27 - The Rust Programming Language Blog
The Rust team is happy to announce a new version of Rust, 1.27.0. Rust is a systems programming language focused on safety, speed, and concurrency. If you have a previous version of Rust installed via rustup, getting Rust 1.27.0 is as easy as: $ rustup update stable If you don’t have it already, ... 続きを読む
Announcing Rust 1.25 - The Rust Programming Language Blog
// on one line use std ::{ fs :: File , io :: Read , path ::{ Path , PathBuf }}; // with some more breathing room use std ::{ fs :: File , io :: Read , path ::{ Path , PathBuf } }; This can reduce som... 続きを読む
Announcing Rust 1.24 - The Rust Programming Language Blog
Announcing Rust 1.24 Feb 15, 2018 • The Rust Core Team The Rust team is happy to announce a new version of Rust, 1.24.0. Rust is a systems programming language focused on safety, speed, and concurrenc... 続きを読む
Announcing Rust 1.21 - The Rust Programming Language Blog
Announcing Rust 1.21 Oct 12, 2017 • The Rust Core Team The Rust team is happy to announce the latest version of Rust, 1.21.0. Rust is a systems programming language focused on safety, speed, and concu... 続きを読む
Announcing Rust 1.17 - The Rust Programming Language Blog
Announcing Rust 1.17 Apr 27, 2017 • The Rust Core Team The Rust team is happy to announce the latest version of Rust, 1.17.0. Rust is a systems programming language focused on safety, speed, and concu... 続きを読む
Announcing Rust 1.0 - 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 ... 続きを読む
Announcing Rust 1.0 Beta - The Rust Programming Language Blog
Today we are excited to announce the release of Rust 1.0 beta! The beta release marks a very significant “state transition” in the move towards 1.0. In particular, with the beta release, all libraries... 続きを読む
Announcing Rust 1.0 Alpha - The Rust Programming Language Blog
Today, we’re excited to release the alpha version of Rust 1.0, a systems programming language with a focus on safety, performance and concurrency. This release marks a huge milestone for Rust and its ... 続きを読む