#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

#1329 in Rust patterns

Download history 15611/week @ 2024-11-21 19556/week @ 2024-11-28 27382/week @ 2024-12-05 27052/week @ 2024-12-12 15721/week @ 2024-12-19 8826/week @ 2024-12-26 25309/week @ 2025-01-02 36371/week @ 2025-01-09 32004/week @ 2025-01-16 33110/week @ 2025-01-23 42078/week @ 2025-01-30 48757/week @ 2025-02-06 43619/week @ 2025-02-13 39342/week @ 2025-02-20 31649/week @ 2025-02-27 39027/week @ 2025-03-06

164,336 downloads per month
Used in 41 crates (4 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
~38K SLoC