#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

#1446 in Rust patterns

Download history 12059/week @ 2024-07-30 9716/week @ 2024-08-06 12779/week @ 2024-08-13 14946/week @ 2024-08-20 17367/week @ 2024-08-27 17321/week @ 2024-09-03 14457/week @ 2024-09-10 13833/week @ 2024-09-17 15014/week @ 2024-09-24 18897/week @ 2024-10-01 13905/week @ 2024-10-08 17756/week @ 2024-10-15 20005/week @ 2024-10-22 16007/week @ 2024-10-29 18816/week @ 2024-11-05 15692/week @ 2024-11-12

74,167 downloads per month
Used in 38 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
~37K SLoC