aboutsummaryrefslogtreecommitdiff
path: root/just_template_macros/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* docs: add comprehensive module-level documentation魏曹先生22 hours1-14/+3
|
* feat(just_template): add proc-macro `tmpl!` and restructure crate魏曹先生22 hours1-0/+206
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.