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]: https://github.com/rust-lang/rfcs/pull/3348
[2]: https://github.com/rust-lang/rust/pull/108801
[3]: https://github.com/rust-lang/rust/issues/105723
@Mara @beef thanks all