A basic procedural animation written in Rust using the Macroquad library. You can view the browser build on GitHub pages or pull this down and build it locally to run ...
Procedural macros allow you to run code at compile time that operates over Rust syntax, both consuming and producing Rust syntax. You can sort of think of procedural macros as functions from an AST to ...