Crate with_builtin_macros

Source
Expand description

§::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!).

Modules§

builtin_macros
Documentation for the built-in macros supported by with_builtin!.

Macros§

with_builtin
Pre-processor (pattern) with hard-coded implementations for some of the built-in macros, so as to be able to chain their result with custom macros.
with_eager_expansions
Alternative to with_builtin! with more convenient syntax.