-
-
Notifications
You must be signed in to change notification settings - Fork 15k
API Docs: net #29363
Copy link
Copy link
Closed
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsE-help-wantedCall for participation: Help is requested to fix this issue.Call for participation: Help is requested to fix this issue.E-mediumCall for participation: Medium difficulty. Experience needed to fix: Intermediate.Call for participation: Medium difficulty. Experience needed to fix: Intermediate.E-mentorCall for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.P-mediumMedium priorityMedium priority
Description
Metadata
Metadata
Assignees
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsE-help-wantedCall for participation: Help is requested to fix this issue.Call for participation: Help is requested to fix this issue.E-mediumCall for participation: Medium difficulty. Experience needed to fix: Intermediate.Call for participation: Medium difficulty. Experience needed to fix: Intermediate.E-mentorCall for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.P-mediumMedium priorityMedium priority
Type
Fields
Give feedbackNo fields configured for issues without a type.
Part of #29329
http://doc.rust-lang.org/std/net/
Here's what needs to be done to close out this issue:
ParseErrorneeds to link to where it comes from and have examples.Incomingshould use the standard iterator boilerplate and move its semantics into the method docs.Ipv4Addrneeds better top-level docs and should link toIpAddrIpv6Addrsame asIpv4Addr.SocketAddrV4has poor top-level docs and needs to have a defined summary/explanation split. Its methods are okay, but very short. It needs to link toSocketAddr.SocketAddrV6sameTcpListener's docs don't really say what it is.TcpStream's the same.UpdSocketis the same.IpAddrshould link to an IETF RFCShutdownshould use the standard boilerplateSocketAddrhas very short docs.ToSocketAddrsneeds a lot of links.