Closed
Description
Feature gate: #![feature(ip_in_core)]
This is a tracking issue for RFC rust-lang/rfcs#2832, providing networking types in core::net
: IpAddr
, Ipv4Addr
, Ipv6Addr
, SocketAddr
, SocketAddrV4
, SocketAddrV6
, Ipv6MulticastScope
and AddrParseError
.
Steps / History
- Implementation: Move IpAddr, SocketAddr and V4+V6 related types to
core
#104265 - Final comment period (FCP)1
- Stabilization PR: Stabilize ip_in_core feature #119276