index
:
mingling.git
doc-page
main
用于开发多子命令的命令行框架
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Fix indentation and update Chinese documentation content
Weicao-CatilGrass
7 days
3
-76
/
+156
|
*
Sync README.md to mingling\README.md
Weicao-CatilGrass
7 days
1
-1
/
+1
|
*
Update badge label from "latest" to "rewriting"
魏曹先生
7 days
1
-1
/
+1
|
*
Add Chinese tutorial for Step 1 of Mingling framework
魏曹先生
7 days
11
-0
/
+1615
|
*
Add click and drag support to progress bar
魏曹先生
8 days
2
-1
/
+39
|
*
Restructure docs
魏曹先生
8 days
29
-1592
/
+2122
|
|
|
|
add template and interactive tutorial, update tool runner
*
Require explicit import of `crate::Next` in chained functions
魏曹先生
9 days
6
-5
/
+31
|
*
Gate extra_macros items behind the feature flag
魏曹先生
9 days
4
-2
/
+10
|
*
Add implicit dispatcher macro with auto-derived names
魏曹先生
9 days
11
-39
/
+293
|
*
Move entry, route, and program_setup macros to extra_macros feature
魏曹先生
9 days
9
-14
/
+16
|
|
|
|
|
|
Remove these macros from the prelude and gate them behind the `extra_macros` feature flag. Update examples and documentation to enable the new feature where these macros are used.
*
Add extra_macros feature to mingling and mingling_macros
魏曹先生
9 days
2
-1
/
+12
|
*
Update doc examples and fix code references in setups
Weicao-CatilGrass
10 days
3
-56
/
+56
|
*
Add entry! macro for packed entry wrapper construction
Weicao-CatilGrass
10 days
1
-13
/
+36
|
*
Rework examples and add entry macro for testing
Weicao-CatilGrass
10 days
65
-1108
/
+3602
|
*
Re-export `mingling_core::setup::*` from `setup` module
Weicao-CatilGrass
10 days
1
-0
/
+1
|
*
Fix incorrect variable name in help attribute macro
Weicao-CatilGrass
10 days
1
-2
/
+2
|
*
Refactor resource injection to use inline mut resource wrapping
Weicao-CatilGrass
10 days
1
-19
/
+26
|
*
Add Default derive and Option Pickable implementation
Weicao-CatilGrass
10 days
3
-0
/
+18
|
*
Refactor renderer to use injected resources directly
Weicao-CatilGrass
12 days
4
-20
/
+10
|
*
Extract resource injection into shared module and add to #[renderer]
Weicao-CatilGrass
12 days
5
-256
/
+289
|
*
Support custom return types in `#[renderer]` macro
Weicao-CatilGrass
12 days
3
-16
/
+51
|
*
Skip dev_tools directory when collecting Cargo.toml paths
Weicao-CatilGrass
12 days
1
-0
/
+4
|
*
Rename injected renderer parameter from `r` to `__renderer_inner_result`
Weicao-CatilGrass
12 days
10
-31
/
+54
|
*
Update `modify_res` to return `Return` and rename internal method
魏曹先生
12 days
3
-7
/
+12
|
*
Simplify path picking and accept Path references in checks
魏曹先生
12 days
1
-4
/
+4
|
*
Add path picker and PathChecker for CLI argument validation
魏曹先生
12 days
5
-0
/
+381
|
*
Change `repl_post_readline` hook to accept mutable line reference
魏曹先生
12 days
2
-8
/
+8
|
*
Add CI workflow for cross-platform testing
魏曹先生
12 days
2
-1
/
+16
|
*
Restore changes on CI failure after temp commit
魏曹先生
13 days
1
-2
/
+8
|
*
Refactor REPL hooks into modular setups and add new hook types
魏曹先生
13 days
6
-67
/
+316
|
*
Remove `once_cell` dependency and replace with `OnceLock`
魏曹先生
13 days
20
-119
/
+58
|
*
Add ClearCommand dispatcher and clear screen handler for exmaple-repl
魏曹先生
13 days
1
-0
/
+15
|
*
Add `empty_result!` macro and `REPL` resource, improve examples
魏曹先生
2026-05-19
13
-20
/
+510
|
*
Conditionally disable panic unwind support for async feature
魏曹先生
2026-05-19
4
-50
/
+63
|
*
Add REPL pre/post readline hooks and suppress dead code warnings
魏曹先生
2026-05-18
2
-26
/
+78
|
*
Implement REPL execution with hooks and argument splitting
魏曹先生
2026-05-18
10
-56
/
+420
|
*
Refactor program module into submodules
魏曹先生
2026-05-18
5
-323
/
+361
|
*
Move hook execution into the async and sync run methods
魏曹先生
2026-05-18
2
-2
/
+6
|
*
Update example version to 0.1.9
魏曹先生
2026-05-18
8
-56
/
+24
|
*
Bump version to 0.1.9
魏曹先生
2026-05-18
10
-47
/
+36
|
*
Add contribution guidelines
魏曹先生
2026-05-18
1
-0
/
+92
|
*
Copy README to mingling directory on doc refresh
魏曹先生
2026-05-18
1
-0
/
+11
|
*
Switch mingling_core and mingling_macros to use published crate versions
0.1.8
Weicao-CatilGrass
2026-05-18
11
-5
/
+68
|
*
Add documentation comments to chain and error enums
Weicao-CatilGrass
2026-05-18
3
-0
/
+35
|
*
Add no-return-value mode for `#[chain]` macro
Weicao-CatilGrass
2026-05-17
4
-40
/
+132
|
*
Add repr(u8) to bool and NextProcess enums
Weicao-CatilGrass
2026-05-17
2
-0
/
+3
|
*
Rename `NextProcess` to `Next` across the codebase
Weicao-CatilGrass
2026-05-17
26
-106
/
+122
|
*
Refactor chain_attr and Suppress clippy::too_many_arguments
Weicao-CatilGrass
2026-05-17
1
-185
/
+287
|
*
Remove module-level doc comments
Weicao-CatilGrass
2026-05-17
3
-25
/
+0
|
*
Update architecture diagram and increase image width to 100%
Weicao-CatilGrass
2026-05-17
5
-139
/
+204
|
[next]