mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 05:10:37 +00:00
Add convenience method for handling ipv4-mapped addresses by canonicalizing them This simplifies checking common properties in an address-family-agnostic way since #86335 commits to not checking IPv4 semantics of IPv4-mapped addresses in the `Ipv6Addr` property methods.