aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename CompletionDispatcher to CMDCompletion and hide internal types魏曹先生4 days6-23/+40
* Add workflow, macro, and dispatch keywords to Cargo.toml魏曹先生4 days1-1/+11
* Update docs and examples for clap binding with optional error parameter魏曹先生4 days3-13/+27
* Enable color feature for clap and fix help and error rendering魏曹先生4 days4-13/+25
* Introduce `Registry` type alias for global static declarations魏曹先生4 days1-10/+12
* Rewrite documentation for Mingling library魏曹先生5 days1-28/+30
* Add example for clap binding integration魏曹先生5 days6-0/+482
* Update crate description魏曹先生5 days1-1/+1
* Rewrite README and update GitHub URL case魏曹先生5 days4-386/+146
* Fix indentation and update Chinese documentation contentWeicao-CatilGrass6 days3-76/+156
* Sync README.md to mingling\README.mdWeicao-CatilGrass6 days1-1/+1
* Update badge label from "latest" to "rewriting"魏曹先生6 days1-1/+1
* Add Chinese tutorial for Step 1 of Mingling framework魏曹先生6 days11-0/+1615
* Add click and drag support to progress bar魏曹先生8 days2-1/+39
* Restructure docs魏曹先生8 days29-1592/+2122
* Require explicit import of `crate::Next` in chained functions魏曹先生9 days6-5/+31
* Gate extra_macros items behind the feature flag魏曹先生9 days4-2/+10
* Add implicit dispatcher macro with auto-derived names魏曹先生9 days11-39/+293
* Move entry, route, and program_setup macros to extra_macros feature魏曹先生9 days9-14/+16
* Add extra_macros feature to mingling and mingling_macros魏曹先生9 days2-1/+12
* Update doc examples and fix code references in setupsWeicao-CatilGrass10 days3-56/+56
* Add entry! macro for packed entry wrapper constructionWeicao-CatilGrass10 days1-13/+36
* Rework examples and add entry macro for testingWeicao-CatilGrass10 days65-1108/+3602
* Re-export `mingling_core::setup::*` from `setup` moduleWeicao-CatilGrass10 days1-0/+1
* Fix incorrect variable name in help attribute macroWeicao-CatilGrass10 days1-2/+2
* Refactor resource injection to use inline mut resource wrappingWeicao-CatilGrass10 days1-19/+26
* Add Default derive and Option Pickable implementationWeicao-CatilGrass10 days3-0/+18
* Refactor renderer to use injected resources directlyWeicao-CatilGrass11 days4-20/+10
* Extract resource injection into shared module and add to #[renderer]Weicao-CatilGrass11 days5-256/+289
* Support custom return types in `#[renderer]` macroWeicao-CatilGrass11 days3-16/+51
* Skip dev_tools directory when collecting Cargo.toml pathsWeicao-CatilGrass11 days1-0/+4
* Rename injected renderer parameter from `r` to `__renderer_inner_result`Weicao-CatilGrass11 days10-31/+54
* Update `modify_res` to return `Return` and rename internal method魏曹先生12 days3-7/+12
* Simplify path picking and accept Path references in checks魏曹先生12 days1-4/+4
* Add path picker and PathChecker for CLI argument validation魏曹先生12 days5-0/+381
* Change `repl_post_readline` hook to accept mutable line reference魏曹先生12 days2-8/+8
* Add CI workflow for cross-platform testing魏曹先生12 days2-1/+16
* Restore changes on CI failure after temp commit魏曹先生12 days1-2/+8
* Refactor REPL hooks into modular setups and add new hook types魏曹先生12 days6-67/+316
* Remove `once_cell` dependency and replace with `OnceLock`魏曹先生12 days20-119/+58
* Add ClearCommand dispatcher and clear screen handler for exmaple-repl魏曹先生13 days1-0/+15
* Add `empty_result!` macro and `REPL` resource, improve examples魏曹先生14 days13-20/+510
* Conditionally disable panic unwind support for async feature魏曹先生14 days4-50/+63
* Add REPL pre/post readline hooks and suppress dead code warnings魏曹先生2026-05-182-26/+78
* Implement REPL execution with hooks and argument splitting魏曹先生2026-05-1810-56/+420
* Refactor program module into submodules魏曹先生2026-05-185-323/+361
* Move hook execution into the async and sync run methods魏曹先生2026-05-182-2/+6
* Update example version to 0.1.9魏曹先生2026-05-188-56/+24
* Bump version to 0.1.9魏曹先生2026-05-1810-47/+36
* Add contribution guidelines魏曹先生2026-05-181-0/+92