aboutsummaryrefslogtreecommitdiff
path: root/arg_picker/src/builtin/pick_ip_attr.rs
Commit message (Collapse)AuthorAgeFilesLines
* chore: add "Doc Not Optimize" comments to source files魏曹先生5 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魏曹先生8 days1-21/+18
|
* feat(arg_picker): add SinglePickable impls for network and path types魏曹先生2026-07-261-0/+39
Implement SinglePickable for IpAddr, Ipv4Addr, Ipv6Addr, SocketAddr, SocketAddrV4, SocketAddrV6, and PathBuf