Member-only story

Rust Just Got a Big Update

Manpreet Singh
3 min readFeb 25, 2022

--

Welcome back! Rust is an awesome programming language with a ton of capability, if you’re new to Rust, check out the link below to learn more about it:

A few days ago, a new version of Rust came out, Rust 1.59, check out the link below to jump straight to their release log:

You can also update your current version of Rust by using the following rustup command:

rustup update stable

So, let’s take a look at some of the updates within this new version of Rust!

Inline Assembly

One of the biggest improvements within this version of Rust is the support for inline assembly, this will enable alot of applications to utilize low-level control, which is awesome! Here is an example of this new feature:

--

--

Manpreet Singh
Manpreet Singh

Responses (2)