aboutsummaryrefslogtreecommitdiff
path: root/mingling_picker/src/corebind
Commit message (Collapse)AuthorAgeFilesLines
* refactor: rename `mingling_picker` to `arg_picker`魏曹先生13 hours1-131/+0
|
* feat: add shorthand methods for fallback picker patterns魏曹先生15 hours1-10/+74
| | | | | | | Introduce `pick_or`, `pick_or_default`, and `pick_or_route` methods on both `Picker` and existing patterns to combine picking with a fallback in a single call. Extract shared `PickerPattern1` construction into `Picker::build_pattern1`.
* feat(corebind): add EntryPicker trait for binding entry types to Picker魏曹先生15 hours1-0/+67
BREAKING CHANGE: prelude now exports EntryPicker in place of IntoPicker when mingling_support feature is enabled