index
:
mingling.git
main
用于开发多子命令的命令行框架
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Add CI tooling and cargo alias `ci`
Weicao-CatilGrass
2026-05-09
15
-192
/
+455
|
*
Move `comp` module from `asset` to crate root
Weicao-CatilGrass
2026-05-09
6
-6
/
+7
|
*
Replace explicit return with trailing expression
魏曹先生
2026-05-08
2
-1
/
+2
|
|
|
|
Suppress clippy::ptr_arg lint in match_user_input
*
Dispatch arguments using prefix tree with dispatch_tree feature
魏曹先生
2026-05-08
2
-6
/
+44
|
*
Add error type aliases to ProgramCollect trait
魏曹先生
2026-05-08
2
-0
/
+4
|
*
Add dispatch tree example and update doc version references
魏曹先生
2026-05-08
5
-2
/
+235
|
*
Expose compile-time feature flags as public constants
魏曹先生
2026-05-08
3
-0
/
+92
|
*
Document the dispatch_tree feature for O(n) to O(len) lookup
魏曹先生
2026-05-07
2
-1
/
+3
|
*
Log node strings in get_nodes for debug builds
魏曹先生
2026-05-07
2
-6
/
+24
|
*
Make the generated static dispatcher item public
魏曹先生
2026-05-07
1
-1
/
+1
|
*
Remove `__completion_gen` module wrapping from macro output
魏曹先生
2026-05-07
2
-20
/
+13
|
*
Add compile-time dispatch tree generation for O(len) command routing
魏曹先生
2026-05-07
5
-2
/
+349
|
*
Add dispatch tree feature for fast argument matching
魏曹先生
2026-05-07
4
-17
/
+55
|
*
Add dispatch_tree feature flag
魏曹先生
2026-05-07
3
-3
/
+7
|
*
Add cargo-generate project template instructions
魏曹先生
2026-05-07
2
-0
/
+16
|
*
Fix variable reassignment in handle_greet_entry function
魏曹先生
2026-05-07
2
-4
/
+2
|
*
Add release dates to changelog entries
魏曹先生
2026-05-07
1
-8
/
+8
|
*
Add historical changelog entries for versions 0.1.0-0.1.5
魏曹先生
2026-05-07
1
-0
/
+113
|
*
Add support for resource injection in `#[chain]` macro
魏曹先生
2026-05-07
3
-32
/
+184
|
*
Add static accessor to gen_program! macro output
魏曹先生
2026-05-07
2
-0
/
+23
|
*
Update mingling from 0.1.7 to 0.1.8
魏曹先生
2026-05-07
19
-68
/
+38
|
*
Add Windows folder hide script with throttled check
Weicao-CatilGrass
2026-05-06
2
-0
/
+46
|
*
Update project icon to pixel art version
Weicao-CatilGrass
2026-05-05
6
-4
/
+4
|
*
Add day/night theme switching and GitHub corner to docs
魏曹先生
2026-05-04
6
-41
/
+269
|
*
Change mingling-cli dependency from path to version
魏曹先生
2026-05-04
4
-2
/
+218
|
*
Switch to published crates and update README for v0.1.7
0.1.7
魏曹先生
2026-05-04
10
-10
/
+235
|
*
Fix docs-code-box-fix doc comment
魏曹先生
2026-05-04
1
-1
/
+0
|
*
Rewrite load.ps1 to support dot-sourcing and improve reliability
Weicao-CatilGrass
2026-05-04
1
-29
/
+34
|
*
Apply clippy suggestions in chain related files
Weicao-CatilGrass
2026-05-04
3
-14
/
+13
|
*
Update docsify theme color to orange
魏曹先生
2026-05-04
2
-33
/
+1050
|
*
Add documentation for Picker, help display, and shell completion
魏曹先生
2026-05-04
13
-11
/
+771
|
*
Fix the resource path issue on the English documentation entry page.
魏曹先生
2026-05-03
1
-1
/
+1
|
*
Add missing articles and improve documentation
魏曹先生
2026-05-03
11
-4
/
+64
|
*
Add tool to fix blank lines around code blocks in Markdown
魏曹先生
2026-05-03
5
-98
/
+263
|
*
Replace docs README with static documentation pages
魏曹先生
2026-05-03
3
-276
/
+13
|
*
Generate translation sidebars and refactor sidebar generation
魏曹先生
2026-05-03
2
-14
/
+51
|
*
Restructure Chinese documentation into dedicated subdirectory
魏曹先生
2026-05-03
8
-2
/
+80
|
*
Update roadmap with completed v0.1.7 milestones
魏曹先生
2026-05-03
2
-62
/
+62
|
*
Add repl feature flag across workspace crates
魏曹先生
2026-05-03
3
-1
/
+3
|
*
Add Display derive and testing utilities for Next enum
魏曹先生
2026-05-02
5
-4
/
+117
|
*
Enforce `NextProcess` return type in chain functions and update examples
魏曹先生
2026-05-02
8
-74
/
+107
|
*
Restrict GlobalResources visibility to crate
魏曹先生
2026-05-02
1
-1
/
+1
|
*
Use specific features in dev-dependency
魏曹先生
2026-05-02
1
-1
/
+1
|
*
Add architecture overview and doc comments to macro crate
魏曹先生
2026-05-02
12
-104
/
+921
|
*
Add documentation for fallback mechanisms
魏曹先生
2026-05-02
3
-0
/
+279
|
*
Remove `full` feature from all crates
魏曹先生
2026-05-02
4
-5
/
+2
|
*
Add nightly feature flag for Rust nightly-only functionality
魏曹先生
2026-05-02
4
-0
/
+18
|
*
Rename and update "Get Started" to "Creating your first Program"
魏曹先生
2026-05-01
3
-8
/
+9
|
*
Fix README examples to use AsPicker trait instead of Picker
魏曹先生
2026-05-01
3
-11
/
+7
|
*
Add `AsPicker` trait for types convertible to `Vec<String>`
魏曹先生
2026-04-30
3
-1
/
+77
|
[next]