Rust 1.44 Released

June 4, development team of programming language “Rust” has announced the latest release “Rust 1.44.0”.

Rust is a compiler-type programming language supported by Mozilla. It is memory-efficient, fast, reliable, and productive.

The latest release Rust 1.44 is a successor of Rust 1.43, released in April. Async function ‘async/await’, introduced in 1.36, can now be used in ‘no_std’ context, which disables standard library. Also enabled by default is the ‘unused_braces’ lint, which sends a warning when unnecessary braces are detected.

In regards to the compiler, now -C codegen-units flag can be used in incremental mode.  Rustc codegen units have been raised to 256 by default when in incremental mode.

The ‘cargo tree’ command is integrated into the package control Cargo, and now it lets you display dependencies with tree graphs.

This release includes many other small feature improvements.

Rust
https://www.rust-lang.org/