Skip to content

Commit 587ce48

Browse files
committed
Merge pull request #4324 from steveklabnik/std_net
Add some extra description for std::net
2 parents 96ba9de + 9433284 commit 587ce48

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

src/libstd/net.rs

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,17 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
//! Top-level module for network-related functionality
11+
/*!
12+
Top-level module for network-related functionality.
13+
14+
Basically, including this module gives you:
15+
16+
* `net_tcp`
17+
* `net_ip`
18+
* `net_url`
19+
20+
See each of those three modules for documentation on what they do.
21+
*/
1222

1323
pub use tcp = net_tcp;
1424
pub use ip = net_ip;

0 commit comments

Comments
 (0)