#preprocessor #callback #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 14752/week @ 2024-01-20 11923/week @ 2024-01-27 5078/week @ 2024-02-03 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 13350/week @ 2024-05-04

63,146 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
~34K SLoC