#callback #preprocessor #with #macro #concat-idents

macro with_builtin_macros-proc_macros

Helper for macro_rules authors to chain their macros with builtin ones (such as env!, include!, or concat_idents!)

6 releases

0.1.0 Apr 10, 2024
0.0.3 Nov 2, 2020
0.0.2 Nov 2, 2020
0.0.1 Nov 2, 2020

#8 in #with

Download history 16173/week @ 2024-09-01 14956/week @ 2024-09-08 13982/week @ 2024-09-15 15333/week @ 2024-09-22 16885/week @ 2024-09-29 15691/week @ 2024-10-06 16450/week @ 2024-10-13 19838/week @ 2024-10-20 16669/week @ 2024-10-27 19445/week @ 2024-11-03 14972/week @ 2024-11-10 16663/week @ 2024-11-17 17004/week @ 2024-11-24 24050/week @ 2024-12-01 27416/week @ 2024-12-08 24743/week @ 2024-12-15

93,932 downloads per month
Used in 40 crates (via with_builtin_macros)

Zlib OR MIT OR Apache-2.0

18KB
452 lines

::with_builtin_macros

Repository Latest version Documentation MSRV unsafe forbidden License CI

Helper for macro_rules authors to chain their macros with builtin ones (such as env!, include!, or concat_idents!).

Dependencies

~1.5MB
~38K SLoC