aboutsummaryrefslogtreecommitdiff
path: root/src/expand.rs
Commit message (Collapse)AuthorAgeFilesLines
* refactor: promote project to workspace with macros sub-crate魏曹先生2 days1-212/+0
|
* feat: add display block support and refactor tests魏曹先生2 days1-10/+64
| | | | | | | 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.30.1.3魏曹先生2026-03-021-2/+4
| | | | Fix empty impl block generating unnecessary newlines
* Refactor crate structure and move macros to lib.rs魏曹先生2026-02-281-1/+1
|
* Initialize project with Cargo.toml and basic structure魏曹先生2026-02-271-0/+156