rust/library/std/src/net
Yuki Okushi 423a930c9a
Rollup merge of #87708 - the8472:canonical_v6, r=dtolnay
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.
2021-08-03 19:07:48 +09:00
..
addr Remove redundant 'static from library crates 2020-10-18 17:25:51 +02:00
ip Remove Ipv4Addr::is_ietf_protocol_assignment 2021-06-19 15:03:02 +02:00
parser Disallow octal format in Ipv4 string 2021-03-30 10:24:23 +08:00
tcp Rename ErrorKind::Unknown to Uncategorized. 2021-06-15 14:30:13 +02:00
udp Use is_ok() instead of empty Ok(_) 2020-10-13 17:01:50 -04:00
addr.rs Fix may not to appropriate might not or must not 2021-07-29 01:15:20 -04:00
ip.rs Rollup merge of #87708 - the8472:canonical_v6, r=dtolnay 2021-08-03 19:07:48 +09:00
mod.rs Use io::Error::new_const everywhere to avoid allocations. 2021-03-21 20:22:38 +01:00
parser.rs Disallow octal format in Ipv4 string 2021-03-30 10:24:23 +08:00
tcp.rs Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00
test.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
udp.rs Fix may not to appropriate might not or must not 2021-07-29 01:15:20 -04:00