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§

Macros§

  • 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.
  • Alternative to with_builtin! with more convenient syntax.