Skip to main content


🦀 I'm really excited about today's #rustlang release! 🥳

- offset_of!
- c"" string literals!
- stripping release binaries by default!
- IP/socket types available in no_std!
- File::create_new (won't overwrite existing files)!
- more array and slice methods (each_ref, chunk methods)!
- Mutex::clear_poison!

blog.rust-lang.org/2024/03/21/…

This entry was edited (8 months ago)
in reply to Mara

Really cool to see the c"" string literal feature stabilized. I wrote the RFC for c"" string literals [1], so I'm very excited to see it reach stable Rust today.

I had nothing to do with its implementation, however. The implementation was done by @beef [2] and quite a few others worked on it too [3]. Thanks all, for making this happen!

[1]: github.com/rust-lang/rfcs/pull…
[2]: github.com/rust-lang/rust/pull…
[3]: github.com/rust-lang/rust/issu…

@beef
⇧