๐๐ฆ Just moments ago, @rustlang 1.62.0 was released! ๐
As usual, a thread with some of the highlights. ๐งต
1/9
blog.rust-lang.org
As usual, a thread with some of the highlights. ๐งต
1/9
blog.rust-lang.org
On Linux and several BSDs, std::sync's Mutex, RwLock, and Condvar now no longer do any allocations. They used to be (heap-allocated) wrappers around pthread lock types, but have been replaced by a minimal, more efficient, futex-based implementations.
3/9
3/9
The floating point types, f32 and f64, now have a method called `total_cmp` to compare them using a total ordering that includes NaN, instead of the usual partial ordering in which NaN is unordered.
This is especially useful when sorting floats.
See doc.rust-lang.org
6/9
This is especially useful when sorting floats.
See doc.rust-lang.org
6/9
And that's all I wanted to highlight for now!
For a more complete list of changes in Rust 1.62, check the release notes:
Rust: #version-1620-2022-06-30" target="_blank" rel="noopener" onclick="event.stopPropagation()">github.com
Cargo: #cargo-162-2022-06-30" target="_blank" rel="noopener" onclick="event.stopPropagation()">github.com
Clippy: #rust-162" target="_blank" rel="noopener" onclick="event.stopPropagation()">github.com
Enjoy! โจ๐ฆ
9/9
For a more complete list of changes in Rust 1.62, check the release notes:
Rust: #version-1620-2022-06-30" target="_blank" rel="noopener" onclick="event.stopPropagation()">github.com
Cargo: #cargo-162-2022-06-30" target="_blank" rel="noopener" onclick="event.stopPropagation()">github.com
Clippy: #rust-162" target="_blank" rel="noopener" onclick="event.stopPropagation()">github.com
Enjoy! โจ๐ฆ
9/9
Loading suggestions...