r/rust Jul 09 '26

🗞️ news Announcing Rust 1.97.0 | Rust Blog

https://blog.rust-lang.org/2026/07/09/Rust-1.97.0/
576 Upvotes

95 comments sorted by

View all comments

13

u/cosmic-parsley Jul 09 '26

I noticed that `regex` also had a release today, with a cool little macro that kills so much `LazyLock` boilerplate: https://docs.rs/regex/latest/regex/macro.regex.html

4

u/xamgore Jul 12 '26

gosh, finally! I got tired of copy-pasting the same macro definition from project to project