Files
Tony Arcieri 6cd9c30350 RUSTSEC-2024-0436: add with_builtin_macros as alternative (#2607)
This crate provides a superset of functionality present in `paste`,
including general eager expansion support for `macro_rules!`
(implemented as a proc macro), and `concat!` and `concat_idents!` macros
which can be used with eager expansions.

At 3.6 million downloads, people seem to like it.
2026-01-27 14:51:15 -07:00
..