Hacker News new | ask | show | jobs
by wtetzner 2727 days ago
The procedural macro feature of Rust is very simple:you write code that reads a token stream and writes a new token stream. This article might have done something unnecessarily complex, but that doesn't mean the feature is complex.