aboutsummaryrefslogtreecommitdiff
path: root/arg_picker/src/builtin/pick_pathbuf.rs
Commit message (Collapse)AuthorAgeFilesLines
* chore: add "Doc Not Optimize" comments to source files魏曹先生3 days1-0/+1
| | | | | Mark all source files with a comment indicating they are not optimized for documentation purposes.
* style: satisfy clippy pedantic and nursery lints魏曹先生7 days1-7/+3
|
* feat(arg_picker): add SinglePickable impls for network and path types魏曹先生2026-07-261-0/+18
Implement SinglePickable for IpAddr, Ipv4Addr, Ipv6Addr, SocketAddr, SocketAddrV4, SocketAddrV6, and PathBuf