]> git.lizzy.rs Git - rust.git/commit
Expanded and added links to std::net::{SocketAddr,SocketAddrV4,SocketAddrV6} docs
authorlukaramu <lukaramu@gmail.com>
Sun, 26 Mar 2017 12:13:37 +0000 (14:13 +0200)
committerlukaramu <lukaramu@gmail.com>
Sun, 26 Mar 2017 12:35:12 +0000 (14:35 +0200)
commit6f0c742b001e7861099e1048c4f0cd08f0528774
tree068b77bbdd0dee45feadfb0d278b2833cc54d9e8
parentbe713fa4bf12cf87a799dddfd29ab095a548fd01
Expanded and added links to std::net::{SocketAddr,SocketAddrV4,SocketAddrV6} docs

Part of #29363
Changed summary sentences of SocketAddr and IpAddr for consistency
Linked to SocketAddrV4 and SocketAddrV6 from SocketAddr, moving explaination
there
Expanded top-level docs for SocketAddrV4 and SocketAddrV6, linking to some
relevant IETF RFCs, and linking back to SocketAddr
Changed some of the method summaries to third person as per RFC 1574; added
links to IETF RFCs where appropriate
src/libstd/net/addr.rs
src/libstd/net/ip.rs