aboutsummaryrefslogtreecommitdiff
path: root/mingling_macros/src/dispatch_tree_gen.rs
Commit message (Collapse)AuthorAgeFilesLines
* fix(dispatch_tree): use proper snake_case for dispatcher static names魏曹先生5 days1-1/+2
| | | | | | | | | Fix the static name generation for dispatch tree nodes to use a correct snake_case conversion instead of a simple `.` to `_` replacement. Also correct the `__comp` completion dispatcher name from triple underscore to double underscore, resolving a mismatch between `register_dispatcher!` and `program_comp_gen`
* Enhance code quality across the entire codebaseWeicao-CatilGrass2026-05-311-7/+7
|
* Remove module-level doc commentsWeicao-CatilGrass2026-05-171-15/+0
|
* Log node strings in get_nodes for debug builds魏曹先生2026-05-071-5/+5
|
* Add compile-time dispatch tree generation for O(len) command routing魏曹先生2026-05-071-0/+195