#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

#7 in #with

Download history 12475/week @ 2024-02-10 11860/week @ 2024-02-17 11377/week @ 2024-02-24 12637/week @ 2024-03-02 15145/week @ 2024-03-09 12949/week @ 2024-03-16 12309/week @ 2024-03-23 13102/week @ 2024-03-30 13489/week @ 2024-04-06 14797/week @ 2024-04-13 14274/week @ 2024-04-20 18684/week @ 2024-04-27 13351/week @ 2024-05-04 17056/week @ 2024-05-11 18757/week @ 2024-05-18 20218/week @ 2024-05-25

73,114 downloads per month
Used in 28 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
~35K SLoC