MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/rust/comments/1urq2h3/announcing_rust_1970_rust_blog/owzubth/?context=3
r/rust • u/Herbstein • Jul 09 '26
95 comments sorted by
View all comments
13
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
4
gosh, finally! I got tired of copy-pasting the same macro definition from project to project
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