index
:
mingling.git
main
用于开发多子命令的命令行框架
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mingling_macros
/
src
/
chain.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unnecessary `.into()` calls in chain functions
魏曹先生
2026-04-19
1
-6
/
+6
*
Support both async and sync functions with async feature enabled
魏曹先生
2026-04-19
1
-24
/
+38
*
Make async an optional feature
魏曹先生
2026-04-19
1
-30
/
+72
*
Extract chain and renderer registration into separate macros
魏曹先生
2026-04-18
1
-15
/
+54
*
Remove unnecessary string conversions in macro type registration
魏曹先生
2026-04-15
1
-4
/
+2
*
Add register_type macro and use it in chain and renderer macros
魏曹先生
2026-04-15
1
-3
/
+4
*
Add #[doc(hidden)] to macro-generated structs
魏曹先生
2026-04-15
1
-0
/
+1
*
Add completion system with shell context and dispatcher integration
魏曹先生
2026-04-10
1
-16
/
+17
*
Rename DefaultProgram to ThisProgram and remove ThisProgram marker
魏曹先生
2026-04-09
1
-5
/
+5
*
Add general renderer support with serialization formats
魏曹先生
2026-04-05
1
-5
/
+5
*
Replace typeid-based dispatch with enum-based dispatch
魏曹先生
2026-04-01
1
-18
/
+79
*
Remove documentation from macro definitions
魏曹先生
2026-03-31
1
-0
/
+4
*
Add README and license files to project structure
魏曹先生
2026-03-29
1
-1
/
+1
*
Add fallback dispatcher for missing renderers.
魏曹先生
2026-03-29
1
-3
/
+11
*
Generate struct names from function names in chain and renderer macros
魏曹先生
2026-03-29
1
-18
/
+5
*
Completed the first preliminary usable version of the Mingling
魏曹先生
2026-03-29
1
-26
/
+10
*
Add initial Mingling framework codebase
魏曹先生
2026-03-28
1
-0
/
+164