aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* refactor: promote project to workspace with macros sub-crate魏曹先生40 hours1-58/+0
|
* feat: add display block support and refactor tests魏曹先生40 hours1-45/+4
| | | | | | | Deprecate old macros in favor of new deprecated module, replace the external file-based test with inline unit tests, and introduce the `??? >>>` / `??? <<<` display block syntax for conditional content inclusion per arm or globally.
* feat: add CHANGELOG and simplify tmpl! macro syntax魏曹先生41 hours1-4/+20
| | | | | | Introduce a CHANGELOG.md file and update the `tmpl!` macro to use a cleaner syntax with comma-separated key-value pairs instead of the `+=` operator and parentheses-wrapped parameters
* Refactor crate structure and move macros to lib.rs魏曹先生2026-02-281-0/+83
|
* Rename src/lib.rs to src/template.rs魏曹先生2026-02-281-71/+0
|
* Initialize project with Cargo.toml and basic structure魏曹先生2026-02-271-0/+71