Skip to content

Commit 0fede96

Browse files
committed
Expand summary and rename feature to account for expanded scope
1 parent f26c41b commit 0fede96

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

text/0000-ipv6addr-octets.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
- Feature Name: ipv6addr_octets_interface
1+
- Feature Name: ipaddr_octet_arrays
22
- Start Date: 2016-02-12
33
- RFC PR: (leave this empty)
44
- Rust Issue: (leave this empty)
55

66
# Summary
77
[summary]: #summary
88

9-
Add constructor and conversion functions for `std::net::Ipv6Addr` that are
10-
oriented around octets.
9+
Add constructor and conversion functions for `std::net::Ipv6Addr` and
10+
`std::net::Ipv4Addr` that are oriented around arrays of octets.
1111

1212
# Motivation
1313
[motivation]: #motivation
@@ -56,6 +56,8 @@ impl From<[u8; 4]> for Ipv4Addr {
5656
}
5757
```
5858

59+
Note: `Ipv4Addr` already has an `octets` method that returns a `[u8; 4]`.
60+
5961
# Drawbacks
6062
[drawbacks]: #drawbacks
6163

0 commit comments

Comments
 (0)