| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: add package metadata and symlinks for publishingHEAD0.2.0master | 魏曹先生 | 19 hours | 4 | -2/+9 |
| | | | | | | | Centralize package metadata in the workspace `Cargo.toml` and inherit it in sub-crates. Add license symlinks and README symlinks to the workspace root. Set `documentation` URLs for library crates. | ||||
| * | docs: rewrite README to document display blocks and new `tmpl!` macro | 魏曹先生 | 19 hours | 1 | -4/+0 |
| | | | | | syntax | ||||
| * | docs: add comprehensive module-level documentation | 魏曹先生 | 19 hours | 2 | -5/+162 |
| | | |||||
| * | feat(just_template): add proc-macro `tmpl!` and restructure crate | 魏曹先生 | 19 hours | 6 | -98/+205 |
| | | | | | | | | | 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 | 魏曹先生 | 19 hours | 7 | -0/+585 |
