#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

#883 in Rust patterns

Download history 14221/week @ 2024-01-18 13389/week @ 2024-01-25 6498/week @ 2024-02-01 9321/week @ 2024-02-08 10824/week @ 2024-02-15 11104/week @ 2024-02-22 10369/week @ 2024-02-29 12484/week @ 2024-03-07 14515/week @ 2024-03-14 13188/week @ 2024-03-21 9419/week @ 2024-03-28 14685/week @ 2024-04-04 13239/week @ 2024-04-11 16240/week @ 2024-04-18 15795/week @ 2024-04-25 12535/week @ 2024-05-02

60,818 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
~34K SLoC