index
:
mingling.git
dev/mingling_pathf
main
用于开发多子命令的命令行框架
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mingling_macros
/
src
/
program_setup.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove all explicit program name modes from macros
removed-shit
魏曹先生
10 days
1
-41
/
+16
*
Change `ProgramSetup::setup` to consume `self` instead of borrow
魏曹先生
2026-06-01
1
-1
/
+1
*
Accept paths for program name parameters in macros
魏曹先生
2026-05-16
1
-2
/
+2
*
Use `default_program_path()` instead of `default_program_ident()`
魏曹先生
2026-05-16
1
-11
/
+5
*
Replace hardcoded `ThisProgram` ident with shared constant
魏曹先生
2026-05-16
1
-3
/
+7
*
Add architecture overview and doc comments to macro crate
魏曹先生
2026-05-02
1
-5
/
+0
*
Add async example demonstrating tokio integration
魏曹先生
2026-04-25
1
-3
/
+3
*
Remove redundant generic parameter from Program struct
魏曹先生
2026-04-25
1
-4
/
+4
*
Add #[doc(hidden)] to macro-generated structs
魏曹先生
2026-04-15
1
-0
/
+1
*
Simplify setup macro to accept any program parameter type
魏曹先生
2026-04-14
1
-59
/
+7
*
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
-0
/
+199