Rust v1.35.0: Language tweaks, including new closure trait implementation

Share

Rust-lang updated to stable version 1.3.5.0 on May 23, 2019.

The announcement from the developer team reads:

The Rust team is happy to announce a new version of Rust, 1.35.0. Rust is a programming language that is empowering everyone to build reliable and efficient software.

What did the team add in this new release? The dev team made several new implementations and improvements, including a new version of rustup. Let’s browse through the changelog and see how this update polishes to a shine.

Rust v1.35.0 features

Here are some of the highlights added to the language:

SEE ALSO: Speedy Rust framework for web apps burns through the sky

For more information on the latest release and a full list of changes, refer to the changelog on GitHub.

Additional changes and tweaks

This stable release makes a few little changes for overall improved performance.

SEE ALSO: Meet Osaka, a Rust async for explicit, well-defined code that doesn’t take up too much space

Grab the latest version

Upgrade to the latest release via rustup:

rust

(Don’t have rustup? Visit this page to install.)

Want auto-updates? So does Rust. Check out this pull request suggesting self-updates in order to fix bugs right away.

What work has yet to be done on the language? This Reddit comment goes into the details of what’s in store for the language, how far it has come, and how to help future releases meet their goals.

Card

The post Rust v1.35.0: Language tweaks, including new closure trait implementation appeared first on JAXenter.

Source : JAXenter