aboutsummaryrefslogtreecommitdiff
path: root/mingling
Commit message (Collapse)AuthorAgeFilesLines
* Update Cargo.lock for published mingling crates0.1.5魏曹先生2 hours1-0/+4
|
* Update mingling_macros to version 0.1.4魏曹先生2 hours2-3/+3
|
* Add comments to example completion function魏曹先生3 hours1-0/+6
|
* Change code blocks in examples from rust to ignore魏曹先生3 hours2-11/+11
|
* Add ShellContext helper methods for completion logic魏曹先生3 hours3-9/+174
|
* Update documentation for features and examples魏曹先生6 hours1-2/+7
|
* Fix example doc comment indentation and header trimming魏曹先生6 hours1-117/+117
|
* Add dev tools to generate example documentation魏曹先生6 hours3-158/+404
|
* Add project branding and update README structure魏曹先生7 hours1-1/+1
| | | | | | | | | - Add project icon and badges to README - Update crate description to "The Rust CLI Framework" - Add table of contents and improve section organization - Move guide.txt to resources directory and update version reference - Add example-completion Cargo.lock for new example - Remove unused main.rs file
* Remove workspace Cargo.lock and add per-example lockfiles魏曹先生8 hours1-6/+195
|
* Rename boolean enums and simplify pick_bool function魏曹先生9 hours1-44/+33
|
* Add debug logging feature with env_logger integration魏曹先生10 hours1-0/+1
|
* Add completion system with shell context and dispatcher integration魏曹先生29 hours1-0/+5
|
* Switch from published mingling crate to local workspace dependency魏曹先生3 days2-11/+11
|
* Add basic completion module with shell integration魏曹先生3 days2-1/+8
|
* Remove unused input module魏曹先生5 days1-2/+0
|
* Add YesOrNo and TrueOrFalse pickable boolean types魏曹先生5 days3-0/+145
|
* Bump version to 0.1.5 and use local dependencies魏曹先生5 days1-3/+3
|
* Replace length checks with `is_empty` and `?` operator魏曹先生5 days2-12/+8
|
* Update mingling_core and mingling_macros to version 0.1.3魏曹先生6 days2-2/+6
|
* Remove unused InputField struct魏曹先生6 days1-1/+0
|
* Add Groupped derive macro for automatic trait implementation魏曹先生6 days1-0/+3
|
* Add documentation for basic usage and parser feature魏曹先生6 days3-0/+313
|
* Add general renderer support with serialization formats魏曹先生6 days5-2/+178
|
* Add `after` method to picker structs for post-processing魏曹先生7 days1-13/+26
|
* Add error routing to Picker with generic route type魏曹先生7 days1-14/+178
|
* Handle empty flag in special_arguments macro魏曹先生7 days1-2/+7
|
* Add vector pickers魏曹先生7 days4-20/+105
|
* Update Cargo.lock with registry source and checksums for local crates魏曹先生10 days1-0/+4
|
* Update mingling_core and mingling_macros to version 0.1.20.1.3魏曹先生10 days1-2/+2
|
* Add documentation for public items in lib and parser modules魏曹先生10 days3-2/+36
|
* Add documentation for mingling_core魏曹先生10 days1-0/+52
|
* Update error message in README examples魏曹先生10 days1-1/+1
|
* Bump mingling version to 0.1.3魏曹先生10 days2-2/+2
|
* Update example code in README files魏曹先生10 days1-9/+17
|
* Replace typeid-based dispatch with enum-based dispatch魏曹先生11 days1-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
* Bump mingling_macros version to 0.1.2魏曹先生11 days1-1/+1
|
* Rename chain_struct macro to pack魏曹先生11 days1-1/+1
|
* Update mingling_core to version 0.1.2 and use local dependencies魏曹先生12 days2-8/+8
| | | | | | - Replace registry dependencies with local path dependencies - Bump mingling_core version from 0.1.1 to 0.1.2 - Add safety comments for unsafe downcast operations
* Update project structure section in README魏曹先生12 days1-7/+0
|
* Update Cargo.lock for mingling_core and mingling_macros魏曹先生12 days1-0/+4
|
* Use published mingling_core and mingling_macros crates0.1.2魏曹先生12 days1-2/+2
|
* Revert mingling_macros version to 0.1.1魏曹先生12 days1-1/+1
|
* Add Argument type to picker builtins and expose Picker魏曹先生12 days3-2/+22
| | | | | | | - Add `#[derive(Debug, Default)]` to `Argument` struct - Add `dump_remains` method to `Argument` - Remove `#[doc(hidden)]` from `Picker` struct - Implement `Pickable` for `Argument` to allow consuming remaining args
* Update workspace dependencies and feature structure魏曹先生12 days3-160/+20
| | | | | | | | - 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魏曹先生12 days7-7/+296
|
* Use published mingling_core dependency instead of local path魏曹先生13 days1-1/+1
|
* Add mingling crate with core re-export and documentation魏曹先生13 days6-0/+607
|
* Rename mingling to mingling_core and update dependencies魏曹先生13 days23-1678/+0
|
* Replace ChainProcess type alias with enum魏曹先生13 days2-46/+74
|