#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 19842/week @ 2024-06-03 14465/week @ 2024-06-10 15975/week @ 2024-06-17 21863/week @ 2024-06-24 16536/week @ 2024-07-01 12735/week @ 2024-07-08 13378/week @ 2024-07-15 12113/week @ 2024-07-22 13153/week @ 2024-07-29 9156/week @ 2024-08-05 12279/week @ 2024-08-12 15352/week @ 2024-08-19 17517/week @ 2024-08-26 16083/week @ 2024-09-02 14983/week @ 2024-09-09 14055/week @ 2024-09-16

63,017 downloads per month
Used in 39 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
~37K SLoC