-
-
Notifications
You must be signed in to change notification settings - Fork 16.8k
Tracking Issue for IP address prefixes #86991
Copy link
Copy link
Closed
Labels
A-ioArea: `std::io`, `std::fs`, `std::net` and `std::path`Area: `std::io`, `std::fs`, `std::net` and `std::path`C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCT-libs-api[DEPRECATED; DO NOT USE][DEPRECATED; DO NOT USE]
Description
Activity
Metadata
Metadata
Assignees
Labels
A-ioArea: `std::io`, `std::fs`, `std::net` and `std::path`Area: `std::io`, `std::fs`, `std::net` and `std::path`C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCT-libs-api[DEPRECATED; DO NOT USE][DEPRECATED; DO NOT USE]
This is the tracking issue for IP address prefixes such as
192.0.2.0/24.The feature gate for the issue is
#![feature(ip_prefix)].Overview
Ipv4AddrPrefix
Ipv6AddrPrefix
Unresolved Questions
Implementation history
Ipv{4,6}AddrPrefix#86992