Back to browse
GitHub Repository

Table-driven Rust code templates.

5 starsRust

Macro-template, table-driven code generation for Rust

by tison·Jun 20, 2026·2 points·0 comments

AI Analysis

●●SolidBig BrainNiche Gem

Unifies match-template and seq-macro patterns under single table-driven syntax.

Strengths
  • Cartesian product support with multiple for clauses in one template
  • Partial repetition with #( ... )* syntax for selective code generation
  • Born from real ScopeDB refactor, solves actual pain point
Weaknesses
  • Very niche audience, only matters for macro-heavy Rust projects
  • Incremental improvement over existing seq-macro and match-template
Target Audience

Rust developers writing procedural macros and repetitive trait implementations

Similar To

seq-macro · match-template · paste

Similar Projects