Email or username:

Password:

Forgot your password?
Rust Language

Rust 1.80.0 is now available! 🦀🌈

This release brings you LazyCell, LazyLock, checked cfg names & values, exclusive ranges in patterns, IntoIterator for Box<[T]>, Option::take_if, split_at_checked, and more! ✨

Check out the announcement and release notes: blog.rust-lang.org/2024/07/25/

1 comment
Wanja

@rust I've been following the exclusive range patterns saga basically since I started using Rust in 2016. So glad it's finally stable! Kudos to all involved 🤗

Go Up