#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

#1563 in Rust patterns

Download history 18934/week @ 2024-10-23 16288/week @ 2024-10-30 17736/week @ 2024-11-06 16320/week @ 2024-11-13 15852/week @ 2024-11-20 17927/week @ 2024-11-27 27996/week @ 2024-12-04 26952/week @ 2024-12-11 19660/week @ 2024-12-18 9477/week @ 2024-12-25 19057/week @ 2025-01-01 36868/week @ 2025-01-08 32006/week @ 2025-01-15 33108/week @ 2025-01-22 39851/week @ 2025-01-29 37411/week @ 2025-02-05

150,492 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
~37K SLoC