🦀 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/…
Announcing Rust 1.77.0 | Rust Blog
Empowering everyone to build reliable and efficient software.blog.rust-lang.org
This entry was edited (8 months ago)
Mara
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…
RFC: `c"…"` string literals by m-ou-se · Pull Request #3348 · rust-lang/rfcs
GitHub