Skip to content

RFC: Move std::net::IpAddr types into core::net.#2832

Merged
joshtriplett merged 5 commits intorust-lang:masterfrom
reitermarkus:core-net-types
Feb 25, 2023
Merged

RFC: Move std::net::IpAddr types into core::net.#2832
joshtriplett merged 5 commits intorust-lang:masterfrom
reitermarkus:core-net-types

Conversation

@reitermarkus
Copy link
Contributor

@reitermarkus reitermarkus commented Dec 6, 2019

Make the IpAddr, Ipv4Addr, Ipv6Addr, SocketAddr, SocketAddrV4,
SocketAddrV6, Ipv6MulticastScope and AddrParseError types available in no_std
contexts by moving them into a core::net module.

Rendered


Implementation: rust-lang/rust#104265

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-net Proposals relating to networking. A-no_std Proposals relating to #[no_std]. disposition-merge This RFC is in PFCP or FCP with a disposition to merge it. finished-final-comment-period The final comment period is finished for this RFC. Libs-Tracked Libs issues that are tracked on the team's project board. T-libs-api Relevant to the library API team, which will review and decide on the RFC. to-announce

Projects

None yet

Development

Successfully merging this pull request may close these issues.