#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

#10 in #with

Download history 16324/week @ 2024-11-16 17065/week @ 2024-11-23 24451/week @ 2024-11-30 26975/week @ 2024-12-07 25320/week @ 2024-12-14 10642/week @ 2024-12-21 11648/week @ 2024-12-28 32229/week @ 2025-01-04 36614/week @ 2025-01-11 31051/week @ 2025-01-18 35526/week @ 2025-01-25 44502/week @ 2025-02-01 48423/week @ 2025-02-08 41537/week @ 2025-02-15 33181/week @ 2025-02-22 28390/week @ 2025-03-01

161,205 downloads per month
Used in 42 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
~39K SLoC