aboutsummaryrefslogtreecommitdiff
path: root/src/template.rs
Commit message (Collapse)AuthorAgeFilesLines
* refactor: promote project to workspace with macros sub-crate魏曹先生31 hours1-54/+0
|
* feat: add display block support and refactor tests魏曹先生31 hours1-3/+1
| | | | | | | 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.
* Bump version to 0.1.2 and add From impls for &str and Cow<str>0.1.2魏曹先生2026-03-021-0/+18
|
* Refactor crate structure and move macros to lib.rs魏曹先生2026-02-281-33/+0
|
* Rename src/lib.rs to src/template.rs魏曹先生2026-02-281-0/+71