aboutsummaryrefslogtreecommitdiff
path: root/src/test.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat: add CHANGELOG and simplify tmpl! macro syntax魏曹先生11 days1-4/+4
| | | | | | 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-1/+1
|
* Initialize project with Cargo.toml and basic structure魏曹先生2026-02-271-0/+28