aboutsummaryrefslogtreecommitdiff
path: root/mingling_picker/src/picker/patterns.rs
Commit message (Expand)AuthorAgeFilesLines
* feat(picker): remove route phantom from IntoPicker trait魏曹先生16 hours1-0/+26
* feat(picker): add early route on missing flag魏曹先生20 hours1-0/+25
* feat(picker): add Route generic parameter for error routing魏曹先生20 hours1-6/+9
* refactor: rename `PickerResult` to `PickerArgResult` and add new魏曹先生20 hours1-4/+25
* refactor: remove unnecessary `Default` bound from `Pickable` trait魏曹先生21 hours1-5/+5
* feat: add lifetime-bound pickable support and refine type constraints魏曹先生41 hours1-5/+5
* feat(mingling): make core and macros features optional魏曹先生42 hours1-0/+1
* feat(patterns): add `or` and `post` builder methods to pattern types魏曹先生43 hours1-2/+53
* feat(picker): add default and post-processing hooks for flags魏曹先生44 hours1-0/+8
* feat(picker): add `pick` method to start and extend flag chains魏曹先生2 days1-0/+9
* feat(mingling_picker_macros): add $+ $- $^ special tokens to魏曹先生2 days1-4/+33
* refactor: rename PickerArguments to PickerArgs and PickerRequirement to魏曹先生2 days1-6/+6
* refactor(mingling_picker): move parse result out of requirement and into魏曹先生2 days1-4/+18
* feat(picker): add core trait, types, and builder macro for argument魏曹先生2 days1-0/+12