index
:
mingling.git
doc-page
main
用于开发多子命令的命令行框架
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mingling
/
src
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move entry, route, and program_setup macros to extra_macros feature
魏曹先生
9 days
1
-2
/
+3
*
Rework examples and add entry macro for testing
Weicao-CatilGrass
10 days
1
-0
/
+4
*
Re-export `mingling_core::setup::*` from `setup` module
Weicao-CatilGrass
10 days
1
-0
/
+1
*
Add `empty_result!` macro and `REPL` resource, improve examples
魏曹先生
2026-05-19
1
-0
/
+4
*
Refactor general_renderer into granular format-specific features
魏曹先生
2026-05-16
1
-0
/
+12
*
Add prelude module with common macro and trait re-exports
魏曹先生
2026-05-15
1
-0
/
+37
*
Add scripts for building documentation and update docs
魏曹先生
2026-05-13
1
-4
/
+11
*
Migrate exit code control to resource-based system
Weicao-CatilGrass
2026-05-13
1
-0
/
+8
*
Add CI tooling and cargo alias `ci`
Weicao-CatilGrass
2026-05-09
1
-1
/
+1
*
Expose compile-time feature flags as public constants
魏曹先生
2026-05-08
1
-0
/
+30
*
Add compile-time dispatch tree generation for O(len) command routing
魏曹先生
2026-05-07
1
-0
/
+2
*
Add missing articles and improve documentation
魏曹先生
2026-05-03
1
-1
/
+3
*
Fix comment and constrain ProgramCollect generic bounds
魏曹先生
2026-04-29
1
-1
/
+1
*
Add `route!` macro for early error routing
魏曹先生
2026-04-27
1
-0
/
+2
*
Rename feature `clap_parser` to `clap`
魏曹先生
2026-04-26
1
-1
/
+1
*
Add help system with `#[help]` macro and `HelpRequest` trait
魏曹先生
2026-04-25
1
-0
/
+4
*
Add `dispatcher_clap` attribute macro behind `clap_parser` feature
魏曹先生
2026-04-25
1
-0
/
+3
*
Add new_with_args and dispatch_args_dynamic to Program
魏曹先生
2026-04-22
1
-2
/
+0
*
Move type registration to pack! and Groupped macros
魏曹先生
2026-04-20
1
-3
/
+5
*
Extract chain and renderer registration into separate macros
魏曹先生
2026-04-18
1
-0
/
+4
*
Add register_type macro and use it in chain and renderer macros
魏曹先生
2026-04-15
1
-0
/
+2
*
Remove comp module and add EnumTag derive macro
魏曹先生
2026-04-13
1
-7
/
+6
*
Add ShellContext helper methods for completion logic
魏曹先生
2026-04-12
1
-1
/
+8
*
Update documentation for features and examples
魏曹先生
2026-04-11
1
-2
/
+7
*
Add dev tools to generate example documentation
魏曹先生
2026-04-11
1
-158
/
+4
*
Add completion system with shell context and dispatcher integration
魏曹先生
2026-04-10
1
-0
/
+5
*
Switch from published mingling crate to local workspace dependency
魏曹先生
2026-04-09
1
-9
/
+9
*
Add basic completion module with shell integration
魏曹先生
2026-04-09
1
-0
/
+6
*
Add Groupped derive macro for automatic trait implementation
魏曹先生
2026-04-05
1
-0
/
+3
*
Add documentation for basic usage and parser feature
魏曹先生
2026-04-05
1
-0
/
+165
*
Add general renderer support with serialization formats
魏曹先生
2026-04-05
1
-0
/
+2
*
Add documentation for public items in lib and parser modules
魏曹先生
2026-04-01
1
-2
/
+13
*
Add documentation for mingling_core
魏曹先生
2026-04-01
1
-0
/
+52
*
Replace typeid-based dispatch with enum-based dispatch
魏曹先生
2026-04-01
1
-1
/
+1
*
Rename chain_struct macro to pack
魏曹先生
2026-03-31
1
-1
/
+1
*
Update workspace dependencies and feature structure
魏曹先生
2026-03-31
1
-0
/
+13
*
Add argument parser module with picker API
魏曹先生
2026-03-30
1
-1
/
+5
*
Add mingling crate with core re-export and documentation
魏曹先生
2026-03-29
1
-0
/
+2
*
Rename mingling to mingling_core and update dependencies
魏曹先生
2026-03-29
1
-39
/
+0
*
Add fallback dispatcher for missing renderers.
魏曹先生
2026-03-29
1
-1
/
+1
*
Completed the first preliminary usable version of the Mingling
魏曹先生
2026-03-29
1
-1
/
+7
*
Add initial Mingling framework codebase
魏曹先生
2026-03-28
1
-0
/
+33