aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/src/asset
Commit message (Collapse)AuthorAgeFilesLines
* Enhance code quality across the entire codebaseWeicao-CatilGrass2 days7-21/+19
|
* Update `modify_res` to return `Return` and rename internal method魏曹先生12 days1-4/+7
|
* Implement REPL execution with hooks and argument splitting魏曹先生2026-05-181-0/+3
|
* Add documentation comments to chain and error enumsWeicao-CatilGrass2026-05-181-0/+4
|
* Add mutable resource injection to `#[chain]` macro魏曹先生2026-05-161-0/+34
|
* Remove thiserror dependency and implement error types manually魏曹先生2026-05-151-4/+25
|
* Add panic catch for program execution魏曹先生2026-05-151-15/+1
|
* Add `modify` method to `ResourceMarker` trait魏曹先生2026-05-151-2/+12
|
* Add lifecycle hooks to program execution魏曹先生2026-05-091-2/+5
|
* Move `comp` module from `asset` to crate rootWeicao-CatilGrass2026-05-094-889/+0
|
* Dispatch arguments using prefix tree with dispatch_tree feature魏曹先生2026-05-081-5/+30
|
* Add dispatch tree feature for fast argument matching魏曹先生2026-05-072-1/+3
|
* Add support for resource injection in `#[chain]` macro魏曹先生2026-05-071-0/+6
|
* Add missing articles and improve documentation魏曹先生2026-05-033-0/+24
|
* Restrict GlobalResources visibility to crate魏曹先生2026-05-021-1/+1
|
* Add global resource system to Program魏曹先生2026-04-271-0/+116
|
* Add help system with `#[help]` macro and `HelpRequest` trait魏曹先生2026-04-251-0/+10
|
* Remove redundant generic parameter from Program struct魏曹先生2026-04-251-6/+6
|
* Add new_with_args and dispatch_args_dynamic to Program魏曹先生2026-04-223-10/+35
| | | | | Remove Display bound from Group type parameter and delete dispatcher_render macro. This is a breaking change.
* Make async an optional feature魏曹先生2026-04-191-0/+4
|
* Add Pickable implementation for enums with EnumTag trait魏曹先生2026-04-131-1/+3
|
* Remove comp module and add EnumTag derive macro魏曹先生2026-04-131-0/+11
|
* Use same suggestion format for PowerShell as ZshWeicao-CatilGrass2026-04-121-2/+2
|
* Add Windows-specific flag detection and improve PowerShell completionWeicao-CatilGrass2026-04-121-3/+16
|
* Fix typo in PowerShell shell flag from "pwsl" to "pwsh"魏曹先生2026-04-121-1/+1
|
* Add ShellContext helper methods for completion logic魏曹先生2026-04-122-1/+147
|
* Filter out __comp node and improve debug logging in completion helper魏曹先生2026-04-121-11/+16
|
* Apply clippy suggestions and remove unused serde dependency魏曹先生2026-04-112-2/+2
|
* Add debug feature flag to trace_ctx function魏曹先生2026-04-111-0/+1
|
* Implement basic command completion with shell support魏曹先生2026-04-112-17/+245
|
* Add shell completion script generation feature魏曹先生2026-04-111-4/+23
|
* Add completion macro infrastructure without logic魏曹先生2026-04-104-1/+35
|
* Add basic completion module with shell integration魏曹先生2026-04-094-0/+394
|
* Implement mingling::this function魏曹先生2026-04-081-36/+36
|
* Add documentation for mingling_core魏曹先生2026-04-014-0/+34
|
* Replace typeid-based dispatch with enum-based dispatch魏曹先生2026-04-013-71/+83
| | | | | | | | | - Add `Groupped` trait and `member_id` to `AnyOutput` - Add generic parameter `G` to `Dispatcher`, `Chain`, `Program` etc - Remove `hint` module and its marker types - Update macros to support explicit group specification - Add `gen_program` macro for generating enum-based programs - Add `GroupProcess` marker type for type-level grouping
* Rename mingling to mingling_core and update dependencies魏曹先生2026-03-295-0/+276