modify std::os docs to be more consistent

> add intra doc links
> add a usage example for the os::windows module
This commit is contained in:
Sachin Cherian
2021-09-17 23:23:21 +05:30
parent c3c0f80d60
commit ec34aa61d6
16 changed files with 60 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
//! Unix-specific networking functionality
//! Unix-specific networking functionality.
#![stable(feature = "unix_socket", since = "1.10.0")]