Skip to content

Commit

Permalink
Expand summary and rename feature to account for expanded scope
Browse files Browse the repository at this point in the history
  • Loading branch information
AGWA committed Mar 10, 2016
1 parent f26c41b commit 0fede96
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions text/0000-ipv6addr-octets.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
- Feature Name: ipv6addr_octets_interface
- Feature Name: ipaddr_octet_arrays
- Start Date: 2016-02-12
- RFC PR: (leave this empty)
- Rust Issue: (leave this empty)

# Summary
[summary]: #summary

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

# Motivation
[motivation]: #motivation
Expand Down Expand Up @@ -56,6 +56,8 @@ impl From<[u8; 4]> for Ipv4Addr {
}
```

Note: `Ipv4Addr` already has an `octets` method that returns a `[u8; 4]`.

# Drawbacks
[drawbacks]: #drawbacks

Expand Down

0 comments on commit 0fede96

Please sign in to comment.