Rust Macros

  1. Ace Rust Macros (Moon Guy)
  2. Comprehending Proc Macros
  3. A gentle introduction to procedural macros - Sam Van Overmeire
  4. Nine Rules for Creating Procedural Macros in Rust - by Carl Kadie - Rust Linz, December 2022
  5. Crust of Rust: Declarative Macros
  6. Huh???? ..any macro invocation position, which includes statements, expressions, patterns, type expressions, item positions, including items in extern blocks, inherent and trait implementations, and trait definitions...