#macro #preprocessor #callback #with #concat-idents

with_builtin_macros

Helper for macro_rules authors to chain their macros with builtin ones (such as env!, include!, or concat_idents!)

4 releases

0.1.0 Apr 10, 2024
0.0.3 Nov 2, 2020

#1037 in Rust patterns

Download history 8002/week @ 2024-01-03 9281/week @ 2024-01-10 14153/week @ 2024-01-17 12789/week @ 2024-01-24 8305/week @ 2024-01-31 8235/week @ 2024-02-07 10081/week @ 2024-02-14 12314/week @ 2024-02-21 9323/week @ 2024-02-28 12688/week @ 2024-03-06 14506/week @ 2024-03-13 13271/week @ 2024-03-20 9578/week @ 2024-03-27 14022/week @ 2024-04-03 12894/week @ 2024-04-10 12464/week @ 2024-04-17

52,214 downloads per month
Used in 27 crates (2 directly)

Zlib OR MIT OR Apache-2.0

13KB
59 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
~33K SLoC