aboutsummaryrefslogtreecommitdiff
path: root/just_template/src
Commit message (Collapse)AuthorAgeFilesLines
* docs: rewrite README to document display blocks and new `tmpl!` macro魏曹先生21 hours1-4/+0
| | | | syntax
* docs: add comprehensive module-level documentation魏曹先生21 hours2-5/+162
|
* feat(just_template): add proc-macro `tmpl!` and restructure crate魏曹先生21 hours5-98/+204
| | | | | | | | Move the old `tmpl!` and `tmpl_param!` macros into a dedicated `just_template_macros` proc-macro crate. The new `tmpl!` macro supports both simple parameter assignment and multi-arm implementation blocks with per-arm overrides. Remove the deprecated `deprecated` module and update tests accordingly.
* refactor: promote project to workspace with macros sub-crate魏曹先生21 hours5-0/+556