aboutsummaryrefslogtreecommitdiff
path: root/mingling_macros/src/node.rs
Commit message (Collapse)AuthorAgeFilesLines
* chore(macros): reorganize module hierarchy in mingling_macros魏曹先生5 days1-59/+0
| | | | | | Restructure flat module layout into logical directories (attr/, derive/, func/, systems/, extensions/, utils.rs). Tighten internal function visibility to pub(crate). All public API signatures remain unchanged.
* Add architecture overview and doc comments to macro crate魏曹先生2026-05-021-5/+0
|
* Add completion system with shell context and dispatcher integration魏曹先生2026-04-101-1/+7
|
* Generate struct names from function names in chain and renderer macros魏曹先生2026-03-291-0/+8
|
* Completed the first preliminary usable version of the Mingling魏曹先生2026-03-291-10/+0
| | | | framework.
* Add initial Mingling framework codebase魏曹先生2026-03-281-0/+60