aboutsummaryrefslogtreecommitdiff
path: root/mingling/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* Enhance code quality across the entire codebaseWeicao-CatilGrass2 days1-5/+5
|
* Add auto-generated feature flags module and tooling魏曹先生4 days1-38/+1
|
* Rename error types with consistent naming convention魏曹先生4 days1-1/+1
|
* Rewrite documentation for Mingling library魏曹先生5 days1-28/+30
|
* Gate extra_macros items behind the feature flag魏曹先生9 days1-0/+2
|
* Move entry, route, and program_setup macros to extra_macros feature魏曹先生9 days1-2/+3
| | | | | | 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.
* Rework examples and add entry macro for testingWeicao-CatilGrass10 days1-0/+4
|
* Re-export `mingling_core::setup::*` from `setup` moduleWeicao-CatilGrass10 days1-0/+1
|
* Add `empty_result!` macro and `REPL` resource, improve examples魏曹先生14 days1-0/+4
|
* Refactor general_renderer into granular format-specific features魏曹先生2026-05-161-0/+12
|
* 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
|
* Migrate exit code control to resource-based systemWeicao-CatilGrass2026-05-131-0/+8
|
* Add CI tooling and cargo alias `ci`Weicao-CatilGrass2026-05-091-1/+1
|
* Expose compile-time feature flags as public constants魏曹先生2026-05-081-0/+30
|
* Add compile-time dispatch tree generation for O(len) command routing魏曹先生2026-05-071-0/+2
|
* Add missing articles and improve documentation魏曹先生2026-05-031-1/+3
|
* Fix comment and constrain ProgramCollect generic bounds魏曹先生2026-04-291-1/+1
|
* Add `route!` macro for early error routing魏曹先生2026-04-271-0/+2
|
* Rename feature `clap_parser` to `clap`魏曹先生2026-04-261-1/+1
|
* Add help system with `#[help]` macro and `HelpRequest` trait魏曹先生2026-04-251-0/+4
|
* Add `dispatcher_clap` attribute macro behind `clap_parser` feature魏曹先生2026-04-251-0/+3
|
* Add new_with_args and dispatch_args_dynamic to Program魏曹先生2026-04-221-2/+0
| | | | | Remove Display bound from Group type parameter and delete dispatcher_render macro. This is a breaking change.
* Move type registration to pack! and Groupped macros魏曹先生2026-04-201-3/+5
|
* Extract chain and renderer registration into separate macros魏曹先生2026-04-181-0/+4
|
* Add register_type macro and use it in chain and renderer macros魏曹先生2026-04-151-0/+2
|
* Remove comp module and add EnumTag derive macro魏曹先生2026-04-131-7/+6
|
* Add ShellContext helper methods for completion logic魏曹先生2026-04-121-1/+8
|
* Update documentation for features and examples魏曹先生2026-04-111-2/+7
|
* Add dev tools to generate example documentation魏曹先生2026-04-111-158/+4
|
* Add completion system with shell context and dispatcher integration魏曹先生2026-04-101-0/+5
|
* Switch from published mingling crate to local workspace dependency魏曹先生2026-04-091-9/+9
|
* Add basic completion module with shell integration魏曹先生2026-04-091-0/+6
|
* Add Groupped derive macro for automatic trait implementation魏曹先生2026-04-051-0/+3
|
* Add documentation for basic usage and parser feature魏曹先生2026-04-051-0/+165
|
* Add general renderer support with serialization formats魏曹先生2026-04-051-0/+2
|
* Add documentation for public items in lib and parser modules魏曹先生2026-04-011-2/+13
|
* Add documentation for mingling_core魏曹先生2026-04-011-0/+52
|
* Replace typeid-based dispatch with enum-based dispatch魏曹先生2026-04-011-1/+1
| | | | | | | | | - 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 chain_struct macro to pack魏曹先生2026-03-311-1/+1
|
* Update workspace dependencies and feature structure魏曹先生2026-03-311-0/+13
| | | | | | | | - Bump mingling and mingling_macros to version 0.1.2 - Move macros from mingling_core to mingling crate - Remove unused transitive dependencies from Cargo.lock - Simplify tokio features in mingling_core - Adjust feature dependencies between crates
* Add argument parser module with picker API魏曹先生2026-03-301-1/+5
|
* Add mingling crate with core re-export and documentation魏曹先生2026-03-291-0/+2
|
* Rename mingling to mingling_core and update dependencies魏曹先生2026-03-291-39/+0
|
* Add fallback dispatcher for missing renderers.魏曹先生2026-03-291-1/+1
|
* Completed the first preliminary usable version of the Mingling魏曹先生2026-03-291-1/+7
| | | | framework.
* Add initial Mingling framework codebase魏曹先生2026-03-281-0/+33