aboutsummaryrefslogtreecommitdiff
path: root/mingling/src/constants.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat(arg-picker): add REMAINS constant and re-export via consts module魏曹先生2 hours1-0/+3
| | | | | Move the REMAINS constant definition into arg_picker and re-export it through mingling's constants module for unified access
* feat: migrate mingling-specific picker code into mingling crate魏曹先生29 hours1-0/+8
BREAKING CHANGE: Remove `mingling_support` feature from arg-picker crate. The `EntryPicker` trait and `corebind` module are now part of the mingling crate directly, and `build_pattern1` is now a public method.