Jump to content

Main public logs

Combined display of all available logs of JOHNWICK. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 17:22, 22 November 2025 PC talk contribs created page Declarative vs Procedural Macros: How Rust Keeps Metaprogramming Safe (Created page with "500px There’s a moment every Rust developer goes through: you write the same boilerplate struct implementations for the tenth time and think, “There must be a better way.” That’s where macros come in — Rust’s answer to code generation. But unlike C++ templates or Python metaclasses, Rust’s macros are safe, structured, and visible.
And that’s not an accident. It’s one of the most carefully engineered p...")