Email or username:

Password:

Forgot your password?
6 posts total
Rust Language

Rust 1.81.0 is now available! πŸ¦€βœ¨

This release brings you better sorting implementations, the Error trait in #![no_std], #[expect(lint)], std::fs::exists, PanicInfo::message, Duration::abs_diff, IoSlice::advance, and more! 🌈

Check out the announcement: blog.rust-lang.org/2024/09/05/

Rust Language

Note that this release also includes the fix for CVE-2024-43402, which was announced yesterday: blog.rust-lang.org/2024/09/04/

ang_mo_uncle

@rust paging @jonhoo for my favourite podcast bedtime story.

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/

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 πŸ€—

Rust Language

Rust 1.79.0 is now available! πŸ¦€πŸŒˆ

This release brings you `const {}` blocks, more flexible bounds syntax for associated types, utf8_chunks, MSRV support in cargo add, and much more! ✨

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

Rust Language

We got an email from the Serbian Registry of Internet Domain Names (RNIDS), the organisation that is responsible for the `.rs` top-level domain.

Looks like they are a big fan of Rust. 😊

Show previous comments
JulianWgs

@rust I hope that there is enough love left for link aggregation websites written in Ruby? :D @pushcx

Manuel Landesfeind

@rust ... or could it be that they know exactly how the universe works. And that they realize that they make a fortune selling all the .rs domains. A fortune they cannot make by selling domains to their population of about 7mio people. πŸ˜‰
Whatever it is... the letter is very lovely 😊

Rust Language

Rust 1.75.0 is now available! πŸ¦€βœ¨

Traits now support `async fn` and `-> impl Trait` (with some limitations), the compiler got faster, `version =` in Cargo​.toml is now optional, and many small functions have been stabilized!

Check out the announcement:

blog.rust-lang.org/2023/12/28/

todo!("change this, Jacky")

Heck of a way to end the year, congrats to everyone involved! (jacky.wtf/2023/12/DqlO)

waffle

@rust mum, look! I'm in the blog post!

Rust Language

:ferris_wave: Hello World!

The Rust project now has an official presence on Mastodon! ✨

We'll be posting the same on our Twitter and Mastodon accounts, so you won't miss anything on either platform.

Show previous comments
πŸ΄β€β˜ οΈ 0ryX πŸ΄β€β˜ οΈ

@rust
Combining two of the greatest communities involved in technology πŸ‘»

Koen de Jonge - SynQ

@rust best possible motivation for me today to start following a language. 😎

RetroFun.PL

@rust heyyy! any plans for z80 CPU support? :D CP/M targets, maybe?

Go Up