rust-lang:master ← reitermarkus:core-net-types
opened 11:20AM - 06 Dec 19 UTC
Make the `IpAddr`, `Ipv4Addr`, `Ipv6Addr`, `SocketAddr`, `SocketAddrV4`,
`Socke…tAddrV6`, `Ipv6MulticastScope` and `AddrParseError` types available in `no_std`
contexts by moving them into a `core::net` module.
[Rendered](https://rust-lang.github.io/rfcs/2832-core-net-types.html)
---
Implementation: https://github.com/rust-lang/rust/pull/104265