aboutsummaryrefslogtreecommitdiff
path: root/mingling
Commit message (Collapse)AuthorAgeFilesLines
* 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 days1-10/+19
|
* Rewrite documentation for Mingling library魏曹先生5 days1-28/+30
|
* Add example for clap binding integration魏曹先生5 days1-0/+128
|
* Update crate description魏曹先生5 days1-1/+1
|
* Rewrite README and update GitHub URL case魏曹先生5 days1-193/+73
|
* Sync README.md to mingling\README.mdWeicao-CatilGrass6 days1-1/+1
|
* Gate extra_macros items behind the feature flag魏曹先生9 days2-1/+3
|
* Add implicit dispatcher macro with auto-derived names魏曹先生9 days1-17/+55
|
* Move entry, route, and program_setup macros to extra_macros feature魏曹先生9 days2-8/+8
| | | | | | 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 days1-1/+10
|
* Update doc examples and fix code references in setupsWeicao-CatilGrass10 days3-56/+56
|
* Rework examples and add entry macro for testingWeicao-CatilGrass10 days2-336/+1284
|
* Re-export `mingling_core::setup::*` from `setup` moduleWeicao-CatilGrass10 days1-0/+1
|
* Add Default derive and Option Pickable implementationWeicao-CatilGrass10 days2-0/+14
|
* Refactor renderer to use injected resources directlyWeicao-CatilGrass11 days1-7/+3
|
* Simplify path picking and accept Path references in checks魏曹先生12 days1-4/+4
|
* Add path picker and PathChecker for CLI argument validation魏曹先生12 days4-0/+367
|
* Add CI workflow for cross-platform testing魏曹先生12 days1-1/+2
|
* Refactor REPL hooks into modular setups and add new hook types魏曹先生12 days3-27/+133
|
* Add `empty_result!` macro and `REPL` resource, improve examples魏曹先生14 days2-7/+170
|
* Implement REPL execution with hooks and argument splitting魏曹先生2026-05-181-1/+6
|
* Bump version to 0.1.9魏曹先生2026-05-182-3/+3
|
* Switch mingling_core and mingling_macros to use published crate versions0.1.8Weicao-CatilGrass2026-05-181-2/+2
|
* Add repr(u8) to bool and NextProcess enumsWeicao-CatilGrass2026-05-171-0/+2
|
* Rename `NextProcess` to `Next` across the codebaseWeicao-CatilGrass2026-05-172-12/+12
|
* Update architecture diagram and increase image width to 100%Weicao-CatilGrass2026-05-171-1/+1
|
* Restructure roadmap in README files into milestone groupsWeicao-CatilGrass2026-05-171-11/+14
|
* Update example docs to use prelude and add resource injection example魏曹先生2026-05-161-20/+82
|
* Add doc comment for ExitCode struct usage魏曹先生2026-05-161-0/+7
|
* Refactor general_renderer into granular format-specific features魏曹先生2026-05-165-3/+75
|
* Inline `strip_all_flags` and simplify `ShellContext` methods魏曹先生2026-05-152-6/+2
| | | | | | | | Simplify `strip_all_flags` by using `Vec::retain` instead of reallocating. Update doc examples to use `ShellContext` methods directly instead of the now-removed `ShellContextHelper`. Rename `as_picker` to `to_picker` for consistency with Rust conventions. Mark doc tests as `ignore` and add necessary imports.
* Add workspace Cargo.toml and centralize crate metadata魏曹先生2026-05-152-729/+7
|
* Add prelude module with common macro and trait re-exports魏曹先生2026-05-151-0/+37
|
* Add scripts for building documentation and update docs魏曹先生2026-05-131-4/+11
|
* Add test tool for examples and update exit code demoWeicao-CatilGrass2026-05-131-3/+4
|
* Fix exit code override hook to access correct fieldWeicao-CatilGrass2026-05-131-2/+2
|
* Add convenient `update_exit_code` and `exit_code` helper functionsWeicao-CatilGrass2026-05-132-3/+26
|
* Add example doc for exit code usageWeicao-CatilGrass2026-05-131-0/+57
|
* Migrate exit code control to resource-based systemWeicao-CatilGrass2026-05-137-0/+147
|
* Add `builds` feature and install completion scriptsWeicao-CatilGrass2026-05-113-4/+74
|
* Add comprehensive test suite for picker parser moduleWeicao-CatilGrass2026-05-093-1/+741
|
* Add CI tooling and cargo alias `ci`Weicao-CatilGrass2026-05-092-112/+112
|
* Add dispatch tree example and update doc version references魏曹先生2026-05-081-1/+64
|
* Expose compile-time feature flags as public constants魏曹先生2026-05-082-0/+83
|
* Add compile-time dispatch tree generation for O(len) command routing魏曹先生2026-05-071-0/+2
|
* Add dispatch_tree feature flag魏曹先生2026-05-071-0/+1
|
* Add cargo-generate project template instructions魏曹先生2026-05-071-0/+8
|
* Update mingling from 0.1.7 to 0.1.8魏曹先生2026-05-073-11/+7
|
* Update project icon to pixel art versionWeicao-CatilGrass2026-05-051-1/+1
|