Rust 1.39 Released With Async-Await Support, Attributes On Function Parameters
Rust 1.39 is out today as the latest stable update for this popular programming language.
Most prominent with Rust 1.39 is async-await support to allow functions to "pause" generally for I/O or other purposes and then to resume functionality.
Rust 1.39 also now supports attributes on function parameters, new const functions, standard library additions, and other changes.
More details on Rust 1.39 at Rust-Lang.org.
Most prominent with Rust 1.39 is async-await support to allow functions to "pause" generally for I/O or other purposes and then to resume functionality.
Rust 1.39 also now supports attributes on function parameters, new const functions, standard library additions, and other changes.
More details on Rust 1.39 at Rust-Lang.org.
30 Comments