Rust Programming Language 1.15 released, Install on Ubuntu, Unix

12/02/2020

Rust Programming Language 1.15 recently released, is a systems programming language that runs blazingly fast, prevents segfaults, as well as focusing on concurrency and guarantees thread safety.

Rust Features

  • zero-cost abstractions
  • move semantics
  • guaranteed memory safety
  • threads without data races
  • trait-based generics
  • pattern matching
  • type inference
  • minimal runtime
  • efficient C bindings

Rust Programming Language

Rust Programming Language 1.15 Highlights

  • Rust 1.15 sees an extremely eagerly-awaited feature land on stable: custom derive
  • The build system for Rust has been re-written in Rust, using Cargo. It is now the default. This process has been long, but has finally borne fruit
  • Rust has gained Tier 3 support for i686-unknown-openbsd, MSP430, and ARMv5TE
  • The slice::sort algorithm has been rewritten, and is much, much, much faster. It is a hybrid merge sort, drawing influences from Timsort. Previously it was a straightforward merge sort
  • Cargo will now emit a warning if you have a file named build.rs at the top level of a package, but don’t have a build = “build.rs” annotation. This is in anticipation of inferring that build.rs at the top level is always a build script, but is a warnin

How to install Rust Programming Language 1.15 on Ubuntu, Unix

  • Run the following command, select 1 when prompted to proceed with installation. This command downloads and runs the 
    rustup-init.sh

    , which in turn downloads and runs the correct version of the

    rustup-init

    executable for your platform.

curl https://sh.rustup.rs -sSf | sh
ONET IDC thành lập vào năm 2012, là công ty chuyên nghiệp tại Việt Nam trong lĩnh vực cung cấp dịch vụ Hosting, VPS, máy chủ vật lý, dịch vụ Firewall Anti DDoS, SSL… Với 10 năm xây dựng và phát triển, ứng dụng nhiều công nghệ hiện đại, ONET IDC đã giúp hàng ngàn khách hàng tin tưởng lựa chọn, mang lại sự ổn định tuyệt đối cho website của khách hàng để thúc đẩy việc kinh doanh đạt được hiệu quả và thành công.
Bài viết liên quan

How to Use rsync Command to Copy Files on Ubuntu

rsync is a tool for copying files. rsync is used to copy files from your computer to a remote machine, from a remote machine...
29/12/2020

Ubuntu Change Password

In terms of security, Linux is definitely one of the tightest. The password system is one of the most important parts. Without...
29/12/2020

How to Change IP Address on Ubuntu

In this post we will try to change the IP address of a Ubuntu based Linux system from the command line. Though we will be...
12/02/2020
Bài Viết

Bài Viết Mới Cập Nhật

Dịch Vụ Xây Dựng Hệ Thống Peering Với Internet Exchange (IXP)
04/04/2025

Dịch Vụ Triển Khai VPN Site-to-Site & Remote Access
04/04/2025

Dịch Vụ Thiết Lập Hệ Thống Tường Lửa (Firewall)
04/04/2025

Dịch Vụ Triển Khai Hệ Thống Ảo Hóa & Cloud
04/04/2025

Dịch Vụ Triển Khai Hệ Thống Ceph
04/04/2025