Show HN: Macro-template, table-driven code generation for Rust
Category: library
Tags: code-generation, procedural-macro, rust
Score: 6.5/10 (Innovation: 6, Technical: 7, Documentation: 8, Utility: 5)
A Rust procedural macro for table-driven code generation, enabling compact and flexible repetition of code patterns with table, range, and Cartesian product inputs. It fills a specific gap in Rust metaprogramming for projects needing systematic code expansion beyond simple macros, with clear examples and API documentation.
Target audience: backend devs
Repository: https://github.com/fast/macro-template · Rust · Apache-2.0 · 5 stars
View on Hacker News