#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 12368/week @ 2024-07-24 11515/week @ 2024-07-31 10560/week @ 2024-08-07 13357/week @ 2024-08-14 14712/week @ 2024-08-21 17394/week @ 2024-08-28 17158/week @ 2024-09-04 16310/week @ 2024-09-11 11971/week @ 2024-09-18 15038/week @ 2024-09-25 19815/week @ 2024-10-02 13196/week @ 2024-10-09 19584/week @ 2024-10-16 18945/week @ 2024-10-23 16282/week @ 2024-10-30 14970/week @ 2024-11-06

72,594 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
~36K SLoC