| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: add missing docs lint and document public API | 魏曹先生 | 3 days | 1 | -0/+1 |
| | | | | | | | | Add `#![deny(missing_docs)]` across multiple crates and fill in documentation for all public items, including struct fields, enum variants, trait methods, and proc macros. Also mark two shell scripts as executable. | ||||
| * | feat: add pick_or, pick_or_default, and pick_or_route shorthands | 魏曹先生 | 3 days | 1 | -1/+10 |
| | | | | | | | | | | | Remove the `Default` bound from `pick()` and `EntryPicker::pick()`, allowing non-Default types to be used as arguments. Add `IntoPicker::pick_or`, `pick_or_default`, and `pick_or_route` convenience methods for common fallback patterns. Fix token splitting in `arg!` macro to correctly handle angle brackets. | ||||
| * | refactor: rename `mingling_picker` to `arg_picker` | 魏曹先生 | 6 days | 3 | -0/+552 |
