pub fn format_ipv6(addr: &Ipv6Address) -> StringExpand description
Format an IPv6 address as a human-readable string.
Produces the colon-hex notation (e.g., “fe80:0:0:0:200:ff:fe00:1”). Does not apply zero-compression (::) for simplicity.
pub fn format_ipv6(addr: &Ipv6Address) -> StringFormat an IPv6 address as a human-readable string.
Produces the colon-hex notation (e.g., “fe80:0:0:0:200:ff:fe00:1”). Does not apply zero-compression (::) for simplicity.