aboutsummaryrefslogtreecommitdiff
path: root/mingling_macros/src/dispatcher.rs
Commit message (Collapse)AuthorAgeFilesLines
* Make the generated static dispatcher item public魏曹先生2026-05-071-1/+1
|
* Add compile-time dispatch tree generation for O(len) command routing魏曹先生2026-05-071-2/+87
|
* Add clap_parser feature and refactor dispatcher macro internals魏曹先生2026-04-251-28/+11
|
* Rename dispatcher_chain.rs to dispatcher.rs魏曹先生2026-04-251-0/+163
|
* Completed the first preliminary usable version of the Mingling魏曹先生2026-03-291-72/+0
| | | | framework.
* Add initial Mingling framework codebase魏曹先生2026-03-281-0/+72