aboutsummaryrefslogtreecommitdiff
path: root/mingling/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Rename chain_struct macro to pack魏曹先生2026-03-311-1/+1
* Update workspace dependencies and feature structure魏曹先生2026-03-311-0/+13
* 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
* Add initial Mingling framework codebase魏曹先生2026-03-281-0/+33